Skip to content

Commit

Permalink
πŸ” Use org level secrets for netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
znatty22 authored Jan 10, 2025
1 parent abb361d commit 060b9a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
enable-commit-comment: false
enable-commit-status: false
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_NCPI_IG_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_NCPI_IG_SITE_ID }}

- name: 🏷 PR Deploy Preview Comment
uses: marocchino/sticky-pull-request-comment@v2
Expand Down

0 comments on commit 060b9a8

Please sign in to comment.