chore: fix auth in Project tracking Action

This commit is contained in:
Marc Cornellà 2022-01-02 03:17:40 +01:00
parent 95a66532d1
commit 1d35b30461
No known key found for this signature in database
GPG Key ID: 0314585E776A9C1B

View File

@ -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!) {