mirror of
https://github.com/deviantony/docker-elk.git
synced 2025-12-12 09:50:48 +01:00
ci: Replace token generator Action with official
Ref. tibdex/github-app-token#99
This commit is contained in:
2
.github/workflows/update-merge.yml
vendored
2
.github/workflows/update-merge.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Impersonate update bot
|
- name: Impersonate update bot
|
||||||
uses: tibdex/github-app-token@v2
|
uses: actions/create-github-app-token@v1
|
||||||
id: generate-token
|
id: generate-token
|
||||||
with:
|
with:
|
||||||
app_id: ${{ secrets.APP_ID }}
|
app_id: ${{ secrets.APP_ID }}
|
||||||
|
|||||||
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
@@ -85,7 +85,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Impersonate update bot
|
- name: Impersonate update bot
|
||||||
uses: tibdex/github-app-token@v2
|
uses: actions/create-github-app-token@v1
|
||||||
id: generate-token
|
id: generate-token
|
||||||
if: steps.update-files.outputs.has_changes
|
if: steps.update-files.outputs.has_changes
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user