mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01: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
|
ORGANIZATION: ohmyzsh
|
||||||
PROJECT_NUMBER: "1"
|
PROJECT_NUMBER: "1"
|
||||||
run: |
|
run: |
|
||||||
|
gh auth login --with-token ${{ env.GITHUB_TOKEN }}
|
||||||
|
|
||||||
# Get Project data
|
# Get Project data
|
||||||
gh api graphql -f query='
|
gh api graphql -f query='
|
||||||
query($org: String!, $number: Int!) {
|
query($org: String!, $number: Int!) {
|
||||||
|
|||||||
Reference in New Issue
Block a user