Skip to content

Commit 473716a

Browse files
committed
fix(ci): gh_token => GH_TOKEN
1 parent 2bd13bc commit 473716a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
contents: write
1818
uses: strongo/go-ci-action/.github/workflows/workflow.yml@main
1919
secrets:
20-
gh_token: ${{ secrets.GITHUB_TOKEN }}
20+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)