Skip to content

Commit 2fc043a

Browse files
committed
fix(ci): GH_TOKEN
1 parent 47c6e94 commit 2fc043a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
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)