Skip to content

Commit

Permalink
Add write permissions as we push tags
Browse files Browse the repository at this point in the history
  • Loading branch information
chouetz committed Jul 12, 2024
1 parent 953e0da commit 3189a33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create_rc_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ env:
jobs:
create_rc_pr:
runs-on: ubuntu-latest

permissions:
contents: write # push tags
steps:
- name: Checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
Expand Down

0 comments on commit 3189a33

Please sign in to comment.