Skip to content

Commit

Permalink
Fix draft release workflow by giving GITHUB_TOKEN additional permissi…
Browse files Browse the repository at this point in the history
…ons (#1256)

In #1201 we explicitly granted
the needed permissions to the token, and we updated the repo settings to be the most restrictive.
Now that the repo has been updated, the draft-release workflow is broken
for minor versions less than 0.18.x.

This change will allow us to continue to patch 0.17.x.

Signed-off-by: Natalie Arellano <[email protected]>
  • Loading branch information
natalieparellano authored Jan 10, 2024
1 parent 0b0bd4f commit cfd0d4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
jobs:
draft-release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- name: Install jq
Expand Down

0 comments on commit cfd0d4f

Please sign in to comment.