Skip to content

Commit 00f278f

Browse files
chore(deps): update actions/create-github-app-token action to v2 (#227)
| datasource | package | from | to | | ----------- | ------------------------------- | ---- | -- | | github-tags | actions/create-github-app-token | v1 | v2 | 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 9e04a53 commit 00f278f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
GITHUB_APP_PRIVATE_KEY=pyroscope-development-app:app-private-key
3636
3737
- name: Generate GitHub token
38-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
38+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
3939
id: app-token
4040
with:
4141
app-id: ${{ env.GITHUB_APP_ID }}

0 commit comments

Comments
 (0)