summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarc Cornellà <hello@mcornella.com>2022-01-02 03:27:25 +0100
committerMarc Cornellà <hello@mcornella.com>2022-01-02 03:27:25 +0100
commit17c52ccfc9b06d45f041b24af35d1804d645620f (patch)
tree89131e3d4d21ea7bd827951094649d34d851d9ea /.github
parent861e7e24a356ac571af2f362275ddfbac4be69ab (diff)
downloadzsh-17c52ccfc9b06d45f041b24af35d1804d645620f.tar.gz
zsh-17c52ccfc9b06d45f041b24af35d1804d645620f.tar.bz2
zsh-17c52ccfc9b06d45f041b24af35d1804d645620f.zip
chore: look ma no auth!
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/project.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml
index 1e66efda8..7559060d5 100644
--- a/.github/workflows/project.yml
+++ b/.github/workflows/project.yml
@@ -12,12 +12,9 @@ jobs:
steps:
- name: Read project data
env:
- GITHUB_TOKEN: ${{ secrets.PROJECT_TOKEN }}
ORGANIZATION: ohmyzsh
PROJECT_NUMBER: "1"
run: |
- gh auth login
-
# Get Project data
gh api graphql -f query='
query($org: String!, $number: Int!) {
@@ -44,7 +41,6 @@ jobs:
- name: Add to project
env:
- GITHUB_TOKEN: ${{ secrets.PROJECT_TOKEN }}
ISSUE_ID: ${{ github.event.issue.node_id }}
PR_ID: ${{ github.event.pull_request.node_id }}
run: |
@@ -62,8 +58,6 @@ jobs:
- name: Classify Pull Request
if: github.event_name == 'pull_request_target'
- env:
- GITHUB_TOKEN: ${{ secrets.PROJECT_TOKEN }}
run: |
gh pr view ${{ github.event.pull_request.number }} --json files --jq '.files.[].path' | awk -F/ '
/^plugins\// {
@@ -93,8 +87,6 @@ jobs:
- name: Fill Pull Request fields in project
if: github.event_name == 'pull_request_target'
- env:
- GITHUB_TOKEN: ${{ secrets.PROJECT_TOKEN }}
run: |
gh api graphql -f query='
mutation (