mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-06 16:07:17 +08:00
update github actions token
This commit is contained in:
@@ -157,7 +157,7 @@ jobs:
|
|||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts: geekgeekrun-ui@${{ github.sha }}/*
|
artifacts: geekgeekrun-ui@${{ github.sha }}/*
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GH_ACTION_SECRET }}
|
||||||
body: TODO New Release.
|
body: TODO New Release.
|
||||||
|
|
||||||
- name: Create release for public
|
- name: Create release for public
|
||||||
@@ -168,5 +168,5 @@ jobs:
|
|||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
artifacts: geekgeekrun-ui@${{ github.sha }}/*
|
artifacts: geekgeekrun-ui@${{ github.sha }}/*
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GH_ACTION_SECRET }}
|
||||||
body: TODO New Release.
|
body: TODO New Release.
|
||||||
|
|||||||
Reference in New Issue
Block a user