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
|
||||
container:
|
||||
image: alpine:latest
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.PAGES_TOKEN }}
|
||||
steps:
|
||||
- name: Environment setup
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue