Skip to content

Commit 0f2b837

Browse files
committed
fix github integration for uploading releases
1 parent 328e842 commit 0f2b837

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,6 @@ jobs:
179179
- name: Upload to Release
180180
uses: softprops/action-gh-release@v2
181181
with:
182-
token: ${{ secrets.JACK_GITHUB_TOKEN }}
182+
token: ${{ secrets.FRONTSIDEJACK_GITHUB_TOKEN }}
183183
make_latest: true
184184
files: bin/*

0 commit comments

Comments
 (0)