Skip to content

Commit

Permalink
ci: pass GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvince committed Jun 12, 2024
1 parent 5e97dc3 commit be39728
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
- beta
jobs:
release:
permissions:
contents: write
id-token: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -19,3 +15,5 @@ jobs:
node-version-file: package.json
- run: npm cit
- run: npm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit be39728

Please sign in to comment.