update github actions token and permission

This commit is contained in:
geekgeekrun
2026-01-11 09:48:51 +08:00
parent 7b3390745a
commit 6db6ef4972

View File

@@ -161,7 +161,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
@@ -172,5 +172,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.