forgejo-ci: Do not ask for token
Some checks failed
/ render (push) Failing after 36s

This commit is contained in:
Antoine Martin 2025-02-15 01:22:24 -05:00
parent e1aa62f7c2
commit 3700e98acf
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -16,14 +16,12 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 1
token: ${{ secrets.PAGES_TOKEN }}
- name: Pages repo pull
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: pages
path: pages
token: ${{ secrets.PAGES_TOKEN }}
- name: Render website
run: ikiwiki --setup ikiwiki.setup
- name: Website upload