mirror of
https://github.com/deviantony/docker-elk.git
synced 2026-03-29 05:14:49 +02:00
chore(deps): Bump actions/create-github-app-token from 1 to 2 (#1066)
This commit is contained in:
2
.github/workflows/update-merge.yml
vendored
2
.github/workflows/update-merge.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Impersonate update bot
|
||||
uses: actions/create-github-app-token@v1
|
||||
uses: actions/create-github-app-token@v2
|
||||
id: generate-token
|
||||
with:
|
||||
app-id: ${{ secrets.APP_ID }}
|
||||
|
||||
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
@@ -101,7 +101,7 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Impersonate update bot
|
||||
uses: actions/create-github-app-token@v1
|
||||
uses: actions/create-github-app-token@v2
|
||||
id: generate-token
|
||||
if: steps.update-files.outputs.has-changes
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user