forked from extern/ohmyzsh
chore: fix auth in Project tracking Action
This commit is contained in:
parent
95a66532d1
commit
1d35b30461
2
.github/workflows/project.yml
vendored
2
.github/workflows/project.yml
vendored
@ -16,6 +16,8 @@ jobs:
|
|||||||
ORGANIZATION: ohmyzsh
|
ORGANIZATION: ohmyzsh
|
||||||
PROJECT_NUMBER: "1"
|
PROJECT_NUMBER: "1"
|
||||||
run: |
|
run: |
|
||||||
|
gh auth login --with-token ${{ env.GITHUB_TOKEN }}
|
||||||
|
|
||||||
# Get Project data
|
# Get Project data
|
||||||
gh api graphql -f query='
|
gh api graphql -f query='
|
||||||
query($org: String!, $number: Int!) {
|
query($org: String!, $number: Int!) {
|
||||||
|
Loading…
Reference in New Issue
Block a user