Skip to content

Commit

Permalink
fix(): set proper github_token permissions (#29)
Browse files Browse the repository at this point in the history
* fix(): set required token permissions

* debug

* Debug on current branch

* remove debug

* remove workflow_dispatch

* remove workflow_dispatch

* remove dry_run
  • Loading branch information
kwong0222 authored Dec 11, 2024
1 parent 73d9b98 commit 902ee9d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ jobs:
name: release
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
packages: write
issues: write
pull-requests: write
id-token: write

steps:
- uses: actions/checkout@v4
with:
persist-credentials: false

- name: Semantic Release
id: semantic_release
Expand Down

0 comments on commit 902ee9d

Please sign in to comment.