mirror of https://github.com/ohmyzsh/ohmyzsh.git
chore: fix auth in Project tracking Action
parent
95a66532d1
commit
1d35b30461
|
@ -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