Skip to content

Commit 5ac0317

Browse files
committed
Fix goreleaser
Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com>
1 parent a920927 commit 5ac0317

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
version: latest
4444
args: release --clean --config .goreleaser-self.yaml
4545
env:
46-
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN_GITHUB }}
46+
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN_TO_SELF }}
4747
- name: Get version
4848
id: get_version
4949
run: echo ::set-output name=VERSION::$(echo "{ \"Version\":\"$GITHUB_REF_NAME\"}")

0 commit comments

Comments
 (0)