Skip to content

Commit

Permalink
chore(netlify-token): Consolidate netlify site-id and token
Browse files Browse the repository at this point in the history
JIRA: INFRA-3308
  • Loading branch information
vonsch committed Jan 11, 2024
1 parent 1a31178 commit 86a56eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netlify-deploy-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
args: deploy -d docs/public --alias=preview-${{ env.GITHUB_PR_NUMBER }}
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_SITE_ID: 93e23db0-d31a-4a12-801a-b9479ffef486 # Not a secret
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
# `htmltest` is after publishing, so we can see the artifact.
- name: htmltest
Expand Down

0 comments on commit 86a56eb

Please sign in to comment.