Skip to content

Commit

Permalink
ci: Fix getsentry/action version
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Oct 10, 2024
1 parent c5c9320 commit f1fa54d
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 @@ -64,7 +64,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@v3.1
uses: getsentry/action-github-app-token@v3
with:
app_id: ${{ secrets.BOT_APP_ID }}
private_key: ${{ secrets.BOT_APP_PRIVATE_KEY }}
Expand Down

0 comments on commit f1fa54d

Please sign in to comment.