mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-09 00:32:12 -04:00
Merge pull request #10788 from Icinga/dependabot/github_actions/actions/create-github-app-token-3.1.1
Bump actions/create-github-app-token from 3.0.0 to 3.1.1
This commit is contained in:
commit
67f72f9054
1 changed files with 1 additions and 1 deletions
2
.github/workflows/backbot.yml
vendored
2
.github/workflows/backbot.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
# GitHub doesn't allow to alter any file within the .github/workflows directory using the default GITHUB_TOKEN.
|
||||
# This action will create a token with the permissions defined below and is valid only for 1 hour, but if the
|
||||
# job completes before that 1 hour limit, the token will automatically be revoked.
|
||||
uses: actions/create-github-app-token@v3.0.0
|
||||
uses: actions/create-github-app-token@v3.1.1
|
||||
id: backbot-token
|
||||
with:
|
||||
app-id: ${{ secrets.BACKBOT_APP_ID }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue