Skip to content

Commit

Permalink
test CI: downgrade github app token
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien3d committed Sep 26, 2024
1 parent 11e2c50 commit 9996447
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dockers_builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Generate github private access token
id: ci-core-app-token
uses: getsentry/action-github-app-token@v2.0.0
uses: getsentry/action-github-app-token@v1.0.6
with:
app_id: ${{ secrets.CI_CORE_APP_ID }}
private_key: ${{ secrets.CI_CORE_APP_PEM }}
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:

- name: Generate github private access token
id: ci-core-app-token
uses: getsentry/action-github-app-token@v2.0.0
uses: getsentry/action-github-app-token@v1.0.6
with:
app_id: ${{ secrets.CI_CORE_APP_ID }}
private_key: ${{ secrets.CI_CORE_APP_PEM }}
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:

- name: Generate github private access token
id: ci-core-app-token
uses: getsentry/action-github-app-token@v2.0.0
uses: getsentry/action-github-app-token@v1.0.6
with:
app_id: ${{ secrets.CI_CORE_APP_ID }}
private_key: ${{ secrets.CI_CORE_APP_PEM }}
Expand Down

0 comments on commit 9996447

Please sign in to comment.