0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-05 05:24:01 +00:00

chore(ci): Update actions/create-github-app-token action (v1.12.0 → v2.0.2) (#1880)

| datasource  | package                         | from    | to     |
| ----------- | ------------------------------- | ------- | ------ |
| github-tags | actions/create-github-app-token | v1.12.0 | v2.0.2 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-04-04 14:53:06 -04:00 committed by GitHub
parent b5b61b48dc
commit 3d0c47ae79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
steps: steps:
- name: Generate Short Lived OAuth App Token - name: Generate Short Lived OAuth App Token
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0 uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
id: app-token id: app-token
with: with:
app-id: "${{ secrets.BOT_APP_ID }}" app-id: "${{ secrets.BOT_APP_ID }}"

View File

@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
steps: steps:
- name: Generate Short Lived OAuth App Token - name: Generate Short Lived OAuth App Token
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0 uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
id: app-token id: app-token
with: with:
app-id: "${{ secrets.BOT_APP_ID }}" app-id: "${{ secrets.BOT_APP_ID }}"

View File

@ -13,7 +13,7 @@ jobs:
contents: write contents: write
steps: steps:
- name: Generate Short Lived OAuth App Token - name: Generate Short Lived OAuth App Token
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0 uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
id: app-token id: app-token
with: with:
app-id: "${{ secrets.BOT_APP_ID }}" app-id: "${{ secrets.BOT_APP_ID }}"

View File

@ -12,7 +12,7 @@ jobs:
pull-requests: write pull-requests: write
steps: steps:
- name: Generate Short Lived OAuth App Token - name: Generate Short Lived OAuth App Token
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0 uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
id: app-token id: app-token
with: with:
app-id: "${{ secrets.BOT_APP_ID }}" app-id: "${{ secrets.BOT_APP_ID }}"