We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908c4c7 commit 5ac04d4Copy full SHA for 5ac04d4
1 file changed
.github/workflows/deploy2website.yml
@@ -11,4 +11,4 @@ jobs:
11
runs-on: ubuntu-20.04
12
steps:
13
- 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"}'
+ 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