We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e456446 commit df83b05Copy full SHA for df83b05
.github/workflows/release-please.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Generate a token
34
id: generate-token
35
- uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1
+ uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1
36
with:
37
app-id: ${{ env.GITHUB_APP_ID }}
38
private-key: ${{ env.GITHUB_APP_PRIVATE_KEY }}
0 commit comments