Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix permissions #10642

Merged
merged 1 commit into from Aug 31, 2022
Merged

Fix permissions #10642

merged 1 commit into from Aug 31, 2022

Conversation

sashashura
Copy link
Contributor

permissions: is not a valid element of release trigger. This is why contents: read was mistakenly removed as redundant in #10513. Instead of defining read only for all job, but write to the release job. It was just read only for all jobs and it was failing. After removal of the default permission it is using the default extended set of permissions.

The PR fixes the default permission and correctly assigns write permission only to the release job.

@etimberg etimberg merged commit eee1bf2 into chartjs:master Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants