1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-03 01:45:47 +00:00

correct env vars

This commit is contained in:
techknowlogick 2023-05-01 14:31:11 -04:00 committed by GitHub
parent 1ceaef26b8
commit 2b241ac914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}