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 46c8185 commit 86757feCopy full SHA for 86757fe
1 file changed
.github/workflows/add-to-project.yml
@@ -21,11 +21,11 @@ jobs:
21
uses: actions/add-to-project@v1.0.2
22
with:
23
project-url: https://github.com/orgs/evstack/projects/7
24
- github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }}
+ github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
25
26
- name: Set Status to Backlog
27
env:
28
- GH_TOKEN: ${{ secrets.ADD_TO_PROJECT_TOKEN }}
+ GH_TOKEN: ${{ secrets.ADD_TO_PROJECT_PAT }}
29
run: |
30
gh project item-edit \
31
--project-id "$PROJECT_ID" \
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Set Area to Execution
37
38
39
40
41
0 commit comments