diff options
author | techknowlogick <techknowlogick@gitea.io> | 2023-05-01 14:31:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 14:31:11 -0400 |
commit | 2b241ac9148b17da3a5784408b8306d39848e765 (patch) | |
tree | 2ecd8d9c8902ff417ecb24ef118d42e4d769fab4 /.github | |
parent | 1ceaef26b8d475c03fef52a2346fd2d6d75cc6b9 (diff) | |
download | gitea-2b241ac9148b17da3a5784408b8306d39848e765.tar.gz gitea-2b241ac9148b17da3a5784408b8306d39848e765.zip |
correct env vars
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/push-publish_docs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push-publish_docs.yml b/.github/workflows/push-publish_docs.yml index aba22143ff..579157ccd8 100644 --- a/.github/workflows/push-publish_docs.yml +++ b/.github/workflows/push-publish_docs.yml @@ -26,6 +26,6 @@ jobs: with: production-branch: main publish-dir: docs/public/ - site-id: d2260bae-7861-4c02-8646-8f6440b12672 env: + NETLIFY_SITE_ID: d2260bae-7861-4c02-8646-8f6440b12672 NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} |