Skip to content

Commit d7a0a68

Browse files
authored
fix: remove actions/setup-gh@v2
1 parent 51b8903 commit d7a0a68

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ jobs:
7474
with:
7575
fetch-depth: 0
7676
persist-credentials: false
77-
- name: Set up GitHub CLI
78-
uses: actions/setup-gh@v2
79-
with:
80-
token: ${{ secrets.GH_TOKEN }}
81-
8277
- name: Configure Git
8378
run: |
8479
git config user.name "${{ github.actor }}"

0 commit comments

Comments
 (0)