Skip to content

Commit

Permalink
ci: Replace GITHUB_TOKEN with BOT_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Feb 9, 2024
1 parent 08ade38 commit 6652d90
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
release:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -30,4 +26,4 @@ jobs:
- name: Run semantic-release
run: nix develop -c npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}

0 comments on commit 6652d90

Please sign in to comment.