mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
chore: fix auth in Project tracking Action
This commit is contained in:
parent
95a66532d1
commit
1d35b30461
1 changed files with 2 additions and 0 deletions
2
.github/workflows/project.yml
vendored
2
.github/workflows/project.yml
vendored
|
@ -16,6 +16,8 @@ jobs:
|
|||
ORGANIZATION: ohmyzsh
|
||||
PROJECT_NUMBER: "1"
|
||||
run: |
|
||||
gh auth login --with-token ${{ env.GITHUB_TOKEN }}
|
||||
|
||||
# Get Project data
|
||||
gh api graphql -f query='
|
||||
query($org: String!, $number: Int!) {
|
||||
|
|
Loading…
Reference in a new issue