Skip to content

Commit

Permalink
update GITHUB_TOKEN [bump]
Browse files Browse the repository at this point in the history
  • Loading branch information
flarco committed Jan 1, 2023
1 parent 704d0c9 commit 9f6e5dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
version: latest
args: release --rm-dist --skip-validate -f .goreleaser.mac.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}

release-scoop:
# runs-on: [self-hosted, Windows]
Expand All @@ -54,7 +54,7 @@ jobs:
version: latest
args: release --rm-dist --skip-validate -f .goreleaser.windows.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}

release-linux:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -86,4 +86,4 @@ jobs:
version: latest
args: release --rm-dist --skip-validate -f .goreleaser.linux.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}

0 comments on commit 9f6e5dc

Please sign in to comment.