Update auto-update-app-headers.yml
This commit is contained in:
parent
5ab0b42f36
commit
4ad28cc3ec
12
.github/workflows/auto-update-app-headers.yml
vendored
12
.github/workflows/auto-update-app-headers.yml
vendored
@ -17,12 +17,12 @@ jobs:
|
|||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Generate a token
|
#- name: Generate a token
|
||||||
id: generate-token
|
# id: generate-token
|
||||||
uses: actions/create-github-app-token@v1
|
# uses: actions/create-github-app-token@v1
|
||||||
with:
|
# with:
|
||||||
app-id: ${{ vars.APP_ID }}
|
# app-id: ${{ vars.APP_ID }}
|
||||||
private-key: ${{ secrets.APP_PRIVATE_KEY }}
|
# private-key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||||
|
|
||||||
# Step 1: Checkout repository
|
# Step 1: Checkout repository
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
Loading…
x
Reference in New Issue
Block a user