Skip to content

Commit

Permalink
fix: remove unneeded login step on workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryun1 committed Nov 7, 2024
1 parent b47c775 commit 9abaecb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/add-issue-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ jobs:
- name: Install GitHub CLI
run: sudo apt-get install gh

- name: Authenticate GitHub CLI with default token
run: gh auth login --with-token <<< "$GITHUB_TOKEN"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Add issue to GovTool Project
run: gh project item-add IntersectMBO/30 --content-type Issue --content-id ${{ github.event.issue.node_id }}
env:
Expand Down

0 comments on commit 9abaecb

Please sign in to comment.