Skip to content

Commit addc46e

Browse files
chore(ci): Bump tibdex/github-app-token from 2.0.0 to 2.1.0 (vectordotdev#18608)
Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/tibdex/github-app-token/releases) - [Commits](tibdex/github-app-token@0914d50...3beb63f) --- updated-dependencies: - dependency-name: tibdex/github-app-token dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c47e65f commit addc46e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/comment-trigger.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- name: Generate authentication token
6363
id: generate_token
64-
uses: tibdex/github-app-token@0914d50df753bbc42180d982a6550f195390069f
64+
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
6565
with:
6666
app_id: ${{ secrets.GH_APP_DATADOG_VECTOR_CI_APP_ID }}
6767
private_key: ${{ secrets.GH_APP_DATADOG_VECTOR_CI_APP_PRIVATE_KEY }}

.github/workflows/gardener_open_pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Generate authentication token
1717
id: generate_token
18-
uses: tibdex/github-app-token@0914d50df753bbc42180d982a6550f195390069f
18+
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
1919
with:
2020
app_id: ${{ secrets.GH_APP_DATADOG_VECTOR_CI_APP_ID }}
2121
private_key: ${{ secrets.GH_APP_DATADOG_VECTOR_CI_APP_PRIVATE_KEY }}

.github/workflows/integration-comment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- name: Generate authentication token
5151
id: generate_token
52-
uses: tibdex/github-app-token@0914d50df753bbc42180d982a6550f195390069f
52+
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
5353
with:
5454
app_id: ${{ secrets.GH_APP_DATADOG_VECTOR_CI_APP_ID }}
5555
private_key: ${{ secrets.GH_APP_DATADOG_VECTOR_CI_APP_PRIVATE_KEY }}
@@ -381,7 +381,7 @@ jobs:
381381
steps:
382382
- name: Generate authentication token
383383
id: generate_token
384-
uses: tibdex/github-app-token@0914d50df753bbc42180d982a6550f195390069f
384+
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
385385
with:
386386
app_id: ${{ secrets.GH_APP_DATADOG_VECTOR_CI_APP_ID }}
387387
private_key: ${{ secrets.GH_APP_DATADOG_VECTOR_CI_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)