Skip to content

Commit 1d51cdb

Browse files
committed
fix: Fix CI access token
1 parent 6125998 commit 1d51cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
if: steps.version.outputs.published == 'true'
6969
uses: peter-evans/repository-dispatch@v2
7070
with:
71-
token: ${{ secrets.GITHUB_TOKEN }}
71+
token: ${{ secrets.SCH_ACCESS_TOKEN }}
7272
repository: SteamClientHomebrew/SteamBrew
7373
event-type: on-millennium-sdk-updated

0 commit comments

Comments
 (0)