Skip to content

Commit 6c7265e

Browse files
committed
Fix token name
1 parent 29ef3c5 commit 6c7265e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ jobs:
6060
uses: ncipollo/release-action@v1
6161
with:
6262
artifacts: "tripeaksneue-linux-${{ matrix.label }}.tar.gz"
63-
token: ${{ secrets.GH_TOKEN }}
63+
token: ${{ secrets.GITHUB_TOKEN }}
6464
allowUpdates: true

0 commit comments

Comments
 (0)