Skip to content

Commit

Permalink
Merge pull request #128 from snow-actions/npm-run-prepare
Browse files Browse the repository at this point in the history
Token
  • Loading branch information
SnowCait authored Apr 22, 2024
2 parents 2f33fd6 + eb5cdad commit cbd0164
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- id: generate_token
uses: tibdex/github-app-token@v2.1.0
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: actions/checkout@v4
with:
token: ${{ steps.generate_token.outputs.token }}
- uses: actions/setup-node@v4.0.2
with:
node-version: 16.x
Expand Down

0 comments on commit cbd0164

Please sign in to comment.