Skip to content

Commit

Permalink
Change token action
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed May 6, 2024
1 parent d7d8d27 commit fcdd77c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
cd packages/bento-design-system
pnpm version --no-git-tag-version --new-version ${{ github.ref_name }}
- name: Get Github App Token
- name: Generate Github App Token
id: github_app_token
uses: getsentry/action-github-app-token@v3
uses: actions/create-github-app-token@v1
with:
app_id: ${{ secrets.RELEASE_BOT_APP_ID }}
private_key: ${{ secrets.RELEASE_BOT_APP_PRIVATE_KEY }}
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
private-key: ${{ secrets.RELEASE_BOT_APP_PRIVATE_KEY }}

- name: Commit & Push changes
uses: actions-js/push@master
Expand Down

0 comments on commit fcdd77c

Please sign in to comment.