Skip to content

Commit

Permalink
fix: deploy private key
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinkung committed Apr 21, 2024
1 parent b04b288 commit b1db0ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ jobs:
BRANCH: gh-pages # The branch name where you want to push the assets
FOLDER: "." # The directory where your assets are generated
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token
MESSAGE: "build: ({sha}) pushed new static build" # The commit message
SSH_PRIVATE_KEY: ${{ secrets.SHA_WRITE_ACCESS }}
MESSAGE: "build: ({sha}) {msg}" # The commit message

0 comments on commit b1db0ad

Please sign in to comment.