Skip to content

Commit 59157e7

Browse files
authored
Merge pull request #306 from OAI/dependabot/github_actions/actions/create-github-app-token-3
build(deps): bump actions/create-github-app-token from 2 to 3
2 parents 7b8b546 + c54445d commit 59157e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/respec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- name: Generate access token
2929
id: generate-token
30-
uses: actions/create-github-app-token@v2
30+
uses: actions/create-github-app-token@v3
3131
with:
3232
app-id: ${{ secrets.OAI_SPEC_PUBLISHER_APPID }}
3333
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@v2
26+
uses: actions/create-github-app-token@v3
2727
with:
2828
app-id: ${{ secrets.OAI_SPEC_PUBLISHER_APPID }}
2929
private-key: ${{ secrets.OAI_SPEC_PUBLISHER_PRIVATE_KEY }}

0 commit comments

Comments
 (0)