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
|
||||
|
||||
steps:
|
||||
- name: Generate a token
|
||||
id: generate-token
|
||||
uses: actions/create-github-app-token@v1
|
||||
with:
|
||||
app-id: ${{ vars.APP_ID }}
|
||||
private-key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||
#- name: Generate a token
|
||||
# id: generate-token
|
||||
# uses: actions/create-github-app-token@v1
|
||||
# with:
|
||||
# app-id: ${{ vars.APP_ID }}
|
||||
# private-key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||
|
||||
# Step 1: Checkout repository
|
||||
- name: Checkout repository
|
||||
|
Loading…
x
Reference in New Issue
Block a user