Skip to content

Commit 4be585d

Browse files
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 2d5d4ab commit 4be585d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/respec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- name: Generate access token
2828
id: generate-token
29-
uses: actions/create-github-app-token@v1
29+
uses: actions/create-github-app-token@v2
3030
with:
3131
app-id: ${{ secrets.OAI_SPEC_PUBLISHER_APPID }}
3232
private-key: ${{ secrets.OAI_SPEC_PUBLISHER_PRIVATE_KEY }}

0 commit comments

Comments
 (0)