Skip to content

Commit 2684779

Browse files
committed
ci: fix token
1 parent 7d44beb commit 2684779

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
jobs:
77
release:
88
runs-on: ubuntu-latest
9-
env:
10-
GITHUB_TOKEN: ${{ secrets.PAT }}
119
steps:
1210
- uses: actions/checkout@v2
1311
- name: Install Go
@@ -23,4 +21,4 @@ jobs:
2321
version: latest
2422
args: release --rm-dist
2523
env:
26-
GITHUB_TOKEN: ${{ secrets.PAT }}
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)