Skip to content

Commit

Permalink
feat: add pipeline authentication step
Browse files Browse the repository at this point in the history
  • Loading branch information
andibeuge committed Sep 26, 2024
1 parent 3ef19f8 commit 7dbc221
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
- name: Build
run: rm -rf lib/ && npm run build

- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ secrets.PARCELLAB_BOT_APPID }}
private-key: ${{ secrets.PARCELLAB_BOT_KEY }}

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7dbc221

Please sign in to comment.