Skip to content

Commit d3d6019

Browse files
chore: Update actions/create-github-app-token action to v2.2.0 (#1629)
| datasource | package | from | to | | ----------- | ------------------------------- | ------ | ------ | | github-tags | actions/create-github-app-token | v2.1.4 | v2.2.0 | 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 560c7b2 commit d3d6019

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
198198
- name: Generate release app token
199199
id: sm-release-app
200-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
200+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
201201
with:
202202
app-id: ${{ env.SM_RELEASE_APP_ID }}
203203
private-key: ${{ env.SM_RELEASE_APP_PRIVATE_KEY }}

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Generate a token
3838
id: generate-token
39-
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
39+
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
4040
with:
4141
app-id: ${{ env.GITHUB_APP_ID }}
4242
private-key: ${{ env.GITHUB_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)