We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b931ff commit 5da4587Copy full SHA for 5da4587
.github/workflows/release.yml
@@ -70,10 +70,10 @@ jobs:
70
steps:
71
- name: Generate App Token
72
id: generate_token
73
- uses: actions/create-github-app-token@v1
+ uses: tibdex/github-app-token@v2
74
with:
75
- app-id: ${{ secrets.API_PLATFORM_APP_ID }}
76
- private-key: ${{ secrets.API_PLATFORM_APP_PRIVATE_KEY }}
+ app_id: ${{ secrets.API_PLATFORM_APP_ID }}
+ private_key: ${{ secrets.API_PLATFORM_APP_PRIVATE_KEY }}
77
78
- name: Update demo
79
env:
0 commit comments