Skip to content

Commit

Permalink
ci: Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aursen committed Sep 2, 2024
1 parent 24efc31 commit 375ff0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bump-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ on:
- beta
- alpha

permissions:
contents: write

env:
CARGO_TERM_COLOR: always
ANCHOR_VERSION: v0.29.0
Expand Down Expand Up @@ -99,6 +102,7 @@ jobs:
needs:
- build-all
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 375ff0c

Please sign in to comment.