Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit e598a21

Browse files
build(deps): bump actions/create-github-app-token from 1 to 2
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1 to 2. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v1...v2) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 76d8bc9 commit e598a21

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
keycloak-created: ${{ steps.release.outputs.keycloak--release_created }}
2424
steps:
2525
- name: 🗝 Get app token
26-
uses: actions/create-github-app-token@v1
26+
uses: actions/create-github-app-token@v2
2727
id: app-token
2828
with:
2929
app-id: ${{ vars.OCE_APP_ID }}
@@ -202,7 +202,7 @@ jobs:
202202
)
203203
steps:
204204
- name: 🗝 Get app token
205-
uses: actions/create-github-app-token@v1
205+
uses: actions/create-github-app-token@v2
206206
id: app-token
207207
with:
208208
app-id: ${{ vars.OCE_APP_ID }}
@@ -227,7 +227,7 @@ jobs:
227227
if: needs.release-please.outputs.app-created
228228
steps:
229229
- name: 🗝 Get app token
230-
uses: actions/create-github-app-token@v1
230+
uses: actions/create-github-app-token@v2
231231
id: app-token
232232
with:
233233
app-id: ${{ vars.OCE_APP_ID }}

0 commit comments

Comments
 (0)