forgejo-ci: use token to generate public workflow
All checks were successful
/ render (push) Successful in 34s
All checks were successful
/ render (push) Successful in 34s
This commit is contained in:
parent
acfec99cb9
commit
044f228ce7
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ jobs:
|
||||||
runs-on: x86_64
|
runs-on: x86_64
|
||||||
container:
|
container:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ secrets.PAGES_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue