forgejo-ci: use token to generate public workflow
All checks were successful
/ render (push) Successful in 34s

This commit is contained in:
IkiWiki 2024-08-25 20:01:34 -04:00
parent acfec99cb9
commit 044f228ce7
Signed by untrusted user who does not match committer: forge
GPG key ID: D62A472A4AA7D541

View file

@ -5,6 +5,8 @@ jobs:
runs-on: x86_64
container:
image: alpine:latest
env:
GH_TOKEN: ${{ secrets.PAGES_TOKEN }}
steps:
- name: Environment setup
run: |