Skip to content

Commit

Permalink
ci: Fix github app token action
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Jan 6, 2023
1 parent ba92670 commit 9813bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# Required for short-lived token provided to Semantic Release
- name: "Obtain Github App token"
id: app-token
uses: getsentry/action-github-app-token@v2
uses: getsentry/action-github-app-token@v2.0.0
with:
app_id: ${{ secrets.BOT_APP_ID }}
private_key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
Expand Down

0 comments on commit 9813bd9

Please sign in to comment.