Skip to content

Commit

Permalink
chore: migrate to narwhal-bot (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
RothAndrew authored Oct 4, 2023
1 parent 26a962a commit 013e0d0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Get token
id: get_installation_token
uses: peter-murray/workflow-application-token-action@v2
with:
application_id: ${{ secrets.NARWHAL_BOT_APP_ID }}
application_private_key: ${{ secrets.NARWHAL_BOT_SECRET }}

- uses: google-github-actions/release-please-action@v3
with:
token: ${{ secrets.PAT }}
token: ${{ steps.get_installation_token.outputs.token }}
command: manifest

0 comments on commit 013e0d0

Please sign in to comment.