chore: fix auth in Project tracking Action

master
Marc Cornellà 4 years ago
parent 95a66532d1
commit 1d35b30461
No known key found for this signature in database
GPG Key ID: 314585E776A9C1B
  1. 2
      .github/workflows/project.yml

@ -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…
Cancel
Save