Skip to content

Commit

Permalink
build(ci): Use alternative token for release action
Browse files Browse the repository at this point in the history
This should allow triggering the AUR workflow on publishing a release.
  • Loading branch information
pdf committed Mar 10, 2024
1 parent 2037a21 commit df4a24f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ permissions:

jobs:
release:
environment:
name: release
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -49,4 +51,4 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GORELEASER_TOKEN }}

0 comments on commit df4a24f

Please sign in to comment.