Skip to content

Commit 0777c4a

Browse files
authored
Merge pull request #5077 from OAI/dependabot/github_actions/actions/create-github-app-token-2
Bump actions/create-github-app-token from 1 to 2
2 parents 53377f7 + b12404f commit 0777c4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/respec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Generate access token
2222
id: generate-token
23-
uses: actions/create-github-app-token@v1
23+
uses: actions/create-github-app-token@v2
2424
with:
2525
app-id: ${{ secrets.OAI_SPEC_PUBLISHER_APPID }}
2626
private-key: ${{ secrets.OAI_SPEC_PUBLISHER_PRIVATE_KEY }}

.github/workflows/schema-publish.yaml

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

0 commit comments

Comments
 (0)