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

CI: Add GitHub token permissions for workflows #36325

Merged
merged 15 commits into from
Dec 16, 2022
Prev Previous commit
Next Next commit
Update release-notes.yml
XhmikosR authored Nov 12, 2022
commit 83a631aca2cd3786587ffe389d202a4b073cfe58
5 changes: 3 additions & 2 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
@@ -12,8 +12,9 @@ permissions:
jobs:
update_release_draft:
permissions:
contents: write # for release-drafter/release-drafter to create a github release
pull-requests: write # for release-drafter/release-drafter to add label to PR
# allow release-drafter/release-drafter to create a GitHub release and add labels to PRs
contents: write
pull-requests: write
runs-on: ubuntu-latest
if: github.repository == 'twbs/bootstrap'
steps: