We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2c416 commit c28ea93Copy full SHA for c28ea93
.github/workflows/publish-to-package-repositories.yaml
@@ -49,7 +49,7 @@ jobs:
49
- name: Get token for gardener-github-pkg-mngr app
50
if: ${{ inputs.dry_run == false }}
51
id: gardener-github-workflows
52
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
+ uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
53
with:
54
app-id: ${{ secrets.GARDENER_GITHUB_WORKFLOW_PKG_MNGR_APP_ID }}
55
private-key: ${{ secrets.GARDENER_GITHUB_WORKFLOW_PKG_MNGR_APP_PRIVATE_KEY }}
0 commit comments