1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

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