Skip to content

Commit

Permalink
Use deploy token to bypass main protection (#58)
Browse files Browse the repository at this point in the history
* Use deploy token to bypass main protection

* name deploy key correctly
  • Loading branch information
EmandM authored May 15, 2024
1 parent 940834d commit 2bb9871
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
with:
ssh-key: ${{secrets.DEPLOY_TO_MAIN_KEY}}
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run build
Expand Down

0 comments on commit 2bb9871

Please sign in to comment.