We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3529d63 commit b57e260Copy full SHA for b57e260
.github/workflows/add-to-project.yml
@@ -30,4 +30,4 @@ jobs:
30
- name: add-to-project
31
uses: pxLi/spark-rapids-common/add-to-project@pxli-22
32
with:
33
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.PROJECT_TOKEN }}
add-to-project/action.yml
@@ -26,5 +26,5 @@ runs:
26
- name: Adding to project
27
uses: actions/[email protected]
28
29
- project-url: https://github.com/orgs/pxli-io/projects/1
+ project-url: https://github.com/users/pxLi/projects/2
github-token: ${{ inputs.token }}
0 commit comments