Skip to content

Commit e483c9d

Browse files
chore(deps): update actions/create-github-app-token action to v2.2.1 (#110)
| datasource | package | from | to | | ----------- | ------------------------------- | ------ | ------ | | github-tags | actions/create-github-app-token | v2.2.0 | v2.2.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 5140fa6 commit e483c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-alloy-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Generate GitHub App Token
9494
if: env.GITHUB_APP_ID != ''
9595
id: app-token
96-
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
96+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
9797
with:
9898
# Variables generated by the previous step get-secrets
9999
app-id: ${{ env.GITHUB_APP_ID }}

0 commit comments

Comments
 (0)