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 b0af0f9 commit 360aec2Copy full SHA for 360aec2
.github/workflows/remote-release-trigger.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- name: Generate App Installation Token
11
id: generate_token
12
- uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # pin@v1
+ uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # pin@v1
13
with:
14
app_id: ${{ secrets.CLI_RELEASE_APP_ID }}
15
private_key: ${{ secrets.CLI_RELEASE_PRIVATE_KEY }}
0 commit comments