Skip to content

Commit

Permalink
update pipeline secret
Browse files Browse the repository at this point in the history
  • Loading branch information
lchylik committed Feb 13, 2024
1 parent 738b1cb commit eda6f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
id: deployment
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.TESTREPOSITORYSECRET }}
github_token: ${{ secrets.GITHUBACTIONS_ACCESS_TOKEN }}
publish_dir: ./dist
if: success()

0 comments on commit eda6f2f

Please sign in to comment.