Skip to content

Commit 62a3456

Browse files
committed
Update main.yml
1 parent 0b82e2f commit 62a3456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
runs-on: ubuntu-latest
7979

8080
env:
81-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
82-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
82+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
8383
steps:
8484
- name: Download Linux Artifact
8585
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)