Skip to content

Commit 85346d1

Browse files
authored
Merge pull request #845 from buildo/fix-action
Change token action
2 parents d7d8d27 + fcdd77c commit 85346d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
cd packages/bento-design-system
2525
pnpm version --no-git-tag-version --new-version ${{ github.ref_name }}
2626
27-
- name: Get Github App Token
27+
- name: Generate Github App Token
2828
id: github_app_token
29-
uses: getsentry/action-github-app-token@v3
29+
uses: actions/create-github-app-token@v1
3030
with:
31-
app_id: ${{ secrets.RELEASE_BOT_APP_ID }}
32-
private_key: ${{ secrets.RELEASE_BOT_APP_PRIVATE_KEY }}
31+
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
32+
private-key: ${{ secrets.RELEASE_BOT_APP_PRIVATE_KEY }}
3333

3434
- name: Commit & Push changes
3535
uses: actions-js/push@master

0 commit comments

Comments
 (0)