ci: remove repo scope from app token (app not installed on ProxmoxVED)
This commit is contained in:
2
.github/workflows/auto-update-app-headers.yml
generated
vendored
2
.github/workflows/auto-update-app-headers.yml
generated
vendored
@@ -25,8 +25,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
client-id: ${{ vars.APP_ID }}
|
client-id: ${{ vars.APP_ID }}
|
||||||
private-key: ${{ secrets.APP_PRIVATE_KEY }}
|
private-key: ${{ secrets.APP_PRIVATE_KEY }}
|
||||||
owner: community-scripts
|
|
||||||
repositories: ProxmoxVED
|
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user