Skip to content

Commit 748d1aa

Browse files
committed
pass in GH_TOKEN
1 parent b0a38dc commit 748d1aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ jobs:
9898
id: archive-windows-artifact
9999
if: endsWith(matrix.target, '-pc-windows-msvc')
100100
shell: bash
101+
env:
102+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
101103
run: |
102104
cd target/signed
103105
tar -czf ${{ github.ref_name }}-${{ matrix.target }}.tar.gz internal-test.exe

0 commit comments

Comments
 (0)