Skip to content

Commit 7264a7b

Browse files
chore(deps): bump tibdex/github-app-token from 1.8.0 to 2.1.0 (#131)
* chore(deps): bump tibdex/github-app-token from 1.8.0 to 2.1.0 Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1.8.0 to 2.1.0. - [Release notes](https://github.com/tibdex/github-app-token/releases) - [Commits](tibdex/github-app-token@b625283...3beb63f) --- updated-dependencies: - dependency-name: tibdex/github-app-token dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Apply suggestions from code review --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr Galar <piotr.galar@gmail.com>
1 parent b5aafbe commit 7264a7b

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/fix.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,11 @@ jobs:
135135
steps:
136136
- name: Generate app token
137137
id: token
138-
uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.8.0
138+
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
139139
with:
140140
app_id: ${{ secrets.RW_GITHUB_APP_ID }}
141-
installation_id: ${{ secrets[format('RW_GITHUB_APP_INSTALLATION_ID_{0}', github.repository_owner)] || secrets.RW_GITHUB_APP_INSTALLATION_ID }}
141+
installation_retrieval_mode: id
142+
installation_retrieval_payload: ${{ secrets[format('RW_GITHUB_APP_INSTALLATION_ID_{0}', github.repository_owner)] || secrets.RW_GITHUB_APP_INSTALLATION_ID }}
142143
private_key: ${{ secrets.RW_GITHUB_APP_PEM_FILE }}
143144
- name: Checkout
144145
uses: actions/checkout@v4

.github/workflows/sync.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,11 @@ jobs:
107107
steps:
108108
- name: Generate app token
109109
id: token
110-
uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.8.0
110+
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
111111
with:
112112
app_id: ${{ secrets.RW_GITHUB_APP_ID }}
113-
installation_id: ${{ secrets[format('RW_GITHUB_APP_INSTALLATION_ID_{0}', github.repository_owner)] || secrets.RW_GITHUB_APP_INSTALLATION_ID }}
113+
installation_retrieval_mode: id
114+
installation_retrieval_payload: ${{ secrets[format('RW_GITHUB_APP_INSTALLATION_ID_{0}', github.repository_owner)] || secrets.RW_GITHUB_APP_INSTALLATION_ID }}
114115
private_key: ${{ secrets.RW_GITHUB_APP_PEM_FILE }}
115116
- name: Checkout
116117
uses: actions/checkout@v4

.github/workflows/upgrade_reusable.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ jobs:
2626
steps:
2727
- name: Generate app token
2828
id: token
29-
uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92 # v1.8.0
29+
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
3030
with:
3131
app_id: ${{ secrets.GITHUB_APP_ID }}
32-
installation_id: ${{ secrets.GITHUB_APP_INSTALLATION_ID }}
32+
installation_retrieval_mode: id
33+
installation_retrieval_payload: ${{ secrets.GITHUB_APP_INSTALLATION_ID }}
3334
private_key: ${{ secrets.GITHUB_APP_PEM_FILE }}
3435
- name: Checkout GitHub Management template
3536
uses: actions/checkout@v4

0 commit comments

Comments
 (0)