fix(ci): use ADD_TO_PROJECT_PAT for project access (user projects require PAT)
This commit is contained in:
2
.github/workflows/auto-add-to-project.yml
vendored
2
.github/workflows/auto-add-to-project.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
continue-on-error: true
|
||||
with:
|
||||
project-url: ${{ secrets.PROJECT_URL }}
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
|
||||
|
||||
- name: Skip summary
|
||||
if: steps.project_check.outputs.has_project == 'false'
|
||||
|
||||
Reference in New Issue
Block a user