Skip to content

Commit

Permalink
Updated surge_token value
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbsd committed Oct 20, 2021
1 parent 9d15321 commit bf4a3a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-external-contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: afc163/surge-preview@v1
id: preview_step
with:
surge_token: ${{ secrets.SURGE_TOKEN }}
surge_token: ${{ secrets.CI_SURGE_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
dist: public
failOnError: 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-internal-contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: afc163/[email protected]
id: preview_step
with:
surge_token: ${{ secrets.SURGE_TOKEN }}
surge_token: ${{ secrets.CI_SURGE_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
dist: public
teardown: 'false'
Expand Down

0 comments on commit bf4a3a9

Please sign in to comment.