chore: fix auth in Project tracking Action

parent 95a66532
......@@ -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!) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment