Skip to content

Commit 6a0ff59

Browse files
committed
update
1 parent 06178be commit 6a0ff59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
uses: softprops/action-gh-release@v1
129129
if: startsWith(github.repository, 'axetroy') && startsWith(github.ref, 'refs/tags/')
130130
env:
131-
GITHUB_TOKEN: ${{ secrets.GT_TOKEN }}
131+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
132132
with:
133133
files: |
134134
target/i686-pc-windows-msvc/release/gpm_windows_386.tar.gz
@@ -152,7 +152,7 @@ jobs:
152152
with:
153153
repository: "axetroy/homebrew-gpm.rs"
154154
path: "homebrew-gpm.rs"
155-
token: ${{ secrets.GT_TOKEN }}
155+
token: ${{ secrets.GH_TOKEN }}
156156

157157
- uses: actions/setup-node@v2
158158
if: startsWith(matrix.os, 'macOS') && startsWith(github.repository, 'axetroy') && startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)