Skip to content

Commit b57e260

Browse files
committed
xyz
1 parent 3529d63 commit b57e260

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/add-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
- name: add-to-project
3131
uses: pxLi/spark-rapids-common/add-to-project@pxli-22
3232
with:
33-
token: ${{ secrets.GITHUB_TOKEN }}
33+
token: ${{ secrets.PROJECT_TOKEN }}

add-to-project/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ runs:
2626
- name: Adding to project
2727
uses: actions/[email protected]
2828
with:
29-
project-url: https://github.com/orgs/pxli-io/projects/1
29+
project-url: https://github.com/users/pxLi/projects/2
3030
github-token: ${{ inputs.token }}

0 commit comments

Comments
 (0)