Skip to content

Commit

Permalink
chore: fix CI secret passing
Browse files Browse the repository at this point in the history
  • Loading branch information
tydeu committed Nov 29, 2023
1 parent 902cda3 commit 96b6fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ jobs:
needs: [index, testbed]
name: Pages
uses: ./.github/workflows/pages.yaml
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
${{ github.event_name == 'pull_request' && format('pr {0}: {1}', github.event.number, steps.deploy-info.outputs.message) || steps.deploy-info.outputs.message }}
alias: ${{ steps.deploy-info.outputs.alias }}
enable-commit-comment: false
fails-without-credentials: true
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
Expand Down

0 comments on commit 96b6fdb

Please sign in to comment.