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 793c4ea commit 8623d6dCopy full SHA for 8623d6d
.github/workflows/build_and_publish.yaml
@@ -161,7 +161,7 @@ jobs:
161
162
- name: Generate release app token
163
id: sm-release-app
164
- uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1
+ uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
165
with:
166
app-id: ${{ env.SM_RELEASE_APP_ID }}
167
private-key: ${{ env.SM_RELEASE_APP_PRIVATE_KEY }}
.github/workflows/release-please.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Generate a token
34
id: generate-token
35
36
37
app-id: ${{ env.GITHUB_APP_ID }}
38
private-key: ${{ env.GITHUB_APP_PRIVATE_KEY }}
0 commit comments