update github actions token

This commit is contained in:
geekgeekrun
2026-01-11 09:07:14 +08:00
parent 61d7d968a1
commit b2b1cecfa9

View File

@@ -157,7 +157,7 @@ jobs:
allowUpdates: true
artifacts: geekgeekrun-ui@${{ github.sha }}/*
tag: ${{ github.ref }}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_ACTION_SECRET }}
body: TODO New Release.
- name: Create release for public
@@ -168,5 +168,5 @@ jobs:
allowUpdates: true
artifacts: geekgeekrun-ui@${{ github.sha }}/*
tag: ${{ github.ref }}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_ACTION_SECRET }}
body: TODO New Release.