Skip to content

Commit c28ea93

Browse files
Update actions/create-github-app-token action to v2.2.1 (#685)
1 parent 2c2c416 commit c28ea93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-package-repositories.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Get token for gardener-github-pkg-mngr app
5050
if: ${{ inputs.dry_run == false }}
5151
id: gardener-github-workflows
52-
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
52+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
5353
with:
5454
app-id: ${{ secrets.GARDENER_GITHUB_WORKFLOW_PKG_MNGR_APP_ID }}
5555
private-key: ${{ secrets.GARDENER_GITHUB_WORKFLOW_PKG_MNGR_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)