mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-05-11 05:55:17 +00:00
chore: fix auth in Project tracking Action
This commit is contained in:
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!) {
|
||||
|
||||
Reference in New Issue
Block a user