Skip to content

Commit e738a54

Browse files
chore: Update actions/create-github-app-token action to v2.1.0 (#1419)
Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com>
1 parent 81ff4f1 commit e738a54

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
@@ -178,7 +178,7 @@ jobs:
178178
179179
- name: Generate release app token
180180
id: sm-release-app
181-
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
181+
uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
182182
with:
183183
app-id: ${{ env.SM_RELEASE_APP_ID }}
184184
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@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
39+
uses: actions/create-github-app-token@0f859bf9e69e887678d5bbfbee594437cb440ffe # v2.1.0
4040
with:
4141
app-id: ${{ env.GITHUB_APP_ID }}
4242
private-key: ${{ env.GITHUB_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)