mirror of
https://codeberg.org/forgejo/forgejo
synced 2024-11-25 11:16:11 +01:00
correct env vars
This commit is contained in:
parent
1ceaef26b8
commit
2b241ac914
2
.github/workflows/push-publish_docs.yml
vendored
2
.github/workflows/push-publish_docs.yml
vendored
|
@ -26,6 +26,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
production-branch: main
|
production-branch: main
|
||||||
publish-dir: docs/public/
|
publish-dir: docs/public/
|
||||||
site-id: d2260bae-7861-4c02-8646-8f6440b12672
|
|
||||||
env:
|
env:
|
||||||
|
NETLIFY_SITE_ID: d2260bae-7861-4c02-8646-8f6440b12672
|
||||||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue