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 764a820 commit da626f4Copy full SHA for da626f4
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
working-directory: lambdas
24
run: yarn install --frozen-lockfile && yarn run test && yarn dist
25
- name: Get installation token
26
- uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
+ uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
27
id: token
28
with:
29
app-id: ${{ secrets.RELEASER_APP_ID }}
0 commit comments