Skip to content

Commit 898de75

Browse files
authored
Merge pull request #503 from swagger-api/chore/migrate-tibdex-to-create-github-app-token
chore: migrate from tibdex/github-app-token to actions/create-github-app-token
2 parents d0a915f + 628dc67 commit 898de75

6 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/next-snapshot-v1.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v6
14-
- uses: tibdex/github-app-token@v2
14+
- uses: actions/create-github-app-token@v3
1515
id: generate-token
1616
with:
17-
app_id: ${{ secrets.APP_ID }}
18-
private_key: ${{ secrets.APP_PRIVATE_KEY }}
17+
client-id: ${{ secrets.APP_ID }}
18+
private-key: ${{ secrets.APP_PRIVATE_KEY }}
1919
- name: Set up Python 3.10
2020
uses: actions/setup-python@v4
2121
with:

.github/workflows/next-snapshot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v6
14-
- uses: tibdex/github-app-token@v2
14+
- uses: actions/create-github-app-token@v3
1515
id: generate-token
1616
with:
17-
app_id: ${{ secrets.APP_ID }}
18-
private_key: ${{ secrets.APP_PRIVATE_KEY }}
17+
client-id: ${{ secrets.APP_ID }}
18+
private-key: ${{ secrets.APP_PRIVATE_KEY }}
1919
- name: Set up Python 3.10
2020
uses: actions/setup-python@v4
2121
with:

.github/workflows/prepare-release-v1.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v6
14-
- uses: tibdex/github-app-token@v2
14+
- uses: actions/create-github-app-token@v3
1515
id: generate-token
1616
with:
17-
app_id: ${{ secrets.APP_ID }}
18-
private_key: ${{ secrets.APP_PRIVATE_KEY }}
17+
client-id: ${{ secrets.APP_ID }}
18+
private-key: ${{ secrets.APP_PRIVATE_KEY }}
1919
- name: Set up Python 3.10
2020
uses: actions/setup-python@v4
2121
with:

.github/workflows/prepare-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v6
14-
- uses: tibdex/github-app-token@v2
14+
- uses: actions/create-github-app-token@v3
1515
id: generate-token
1616
with:
17-
app_id: ${{ secrets.APP_ID }}
18-
private_key: ${{ secrets.APP_PRIVATE_KEY }}
17+
client-id: ${{ secrets.APP_ID }}
18+
private-key: ${{ secrets.APP_PRIVATE_KEY }}
1919
- name: Set up Python 3.10
2020
uses: actions/setup-python@v4
2121
with:

.github/workflows/release-v1.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v6
14-
- uses: tibdex/github-app-token@v2
14+
- uses: actions/create-github-app-token@v3
1515
id: generate-token
1616
with:
17-
app_id: ${{ secrets.APP_ID }}
18-
private_key: ${{ secrets.APP_PRIVATE_KEY }}
17+
client-id: ${{ secrets.APP_ID }}
18+
private-key: ${{ secrets.APP_PRIVATE_KEY }}
1919
- name: Set up Python 3.10
2020
uses: actions/setup-python@v4
2121
with:

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v6
14-
- uses: tibdex/github-app-token@v2
14+
- uses: actions/create-github-app-token@v3
1515
id: generate-token
1616
with:
17-
app_id: ${{ secrets.APP_ID }}
18-
private_key: ${{ secrets.APP_PRIVATE_KEY }}
17+
client-id: ${{ secrets.APP_ID }}
18+
private-key: ${{ secrets.APP_PRIVATE_KEY }}
1919
- name: Set up Python 3.10
2020
uses: actions/setup-python@v4
2121
with:

0 commit comments

Comments
 (0)