Skip to content

Commit 8cf71df

Browse files
authored
Merge pull request #33 from clue/deploy2website
Fix workflow syntax referencing PAT secret
2 parents 27f6683 + 5ac04d4 commit 8cf71df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy2website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
steps:
1313
- run: |
14-
curl -X POST -u ":{{ secrets.WEBSITE_PAT}}" -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/clue/framework-x-website/actions/workflows/ci.yml/dispatches -d '{"ref":"main"}'
14+
curl -X POST -u ":${{ secrets.WEBSITE_PAT}}" -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/clue/framework-x-website/actions/workflows/ci.yml/dispatches -d '{"ref":"main"}'

0 commit comments

Comments
 (0)