Skip to content

Commit

Permalink
ci: add permission to push commits
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlweNy26 committed Oct 21, 2024
1 parent 3d5a9f0 commit 7289cfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: write

jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7289cfc

Please sign in to comment.