Skip to content

Commit

Permalink
removed brackets from token
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengliu15 committed Oct 21, 2023
1 parent 841e67d commit 6fbf0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: afc163/surge-preview@v1
id: preview_step
with:
surge_token: ${{"1f147e7d61488c3db6957c80ab45939f"}}
surge_token: "1f147e7d61488c3db6957c80ab45939f"
github_token: ${{ secrets.GITHUB_TOKEN }}
dist: public
failOnError: false
Expand Down

0 comments on commit 6fbf0c4

Please sign in to comment.