We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7d8d27 + fcdd77c commit 85346d1Copy full SHA for 85346d1
.github/workflows/release.yml
@@ -24,12 +24,12 @@ jobs:
24
cd packages/bento-design-system
25
pnpm version --no-git-tag-version --new-version ${{ github.ref_name }}
26
27
- - name: Get Github App Token
+ - name: Generate Github App Token
28
id: github_app_token
29
- uses: getsentry/action-github-app-token@v3
+ uses: actions/create-github-app-token@v1
30
with:
31
- app_id: ${{ secrets.RELEASE_BOT_APP_ID }}
32
- private_key: ${{ secrets.RELEASE_BOT_APP_PRIVATE_KEY }}
+ app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
+ private-key: ${{ secrets.RELEASE_BOT_APP_PRIVATE_KEY }}
33
34
- name: Commit & Push changes
35
uses: actions-js/push@master
0 commit comments