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 612c301
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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 All @@ -32,3 +35,5 @@ jobs:
run: bun install
- name: Release
run: bunx changelogen --release --push --${{ github.event.inputs.version }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 612c301

Please sign in to comment.