Skip to content

Commit f0363f6

Browse files
committed
Use GH_TOKEN secret for release workflow
Change from GITHUB_TOKEN to GH_TOKEN for pushing submodule tags.
1 parent 6fb777f commit f0363f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-modules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 0
26-
token: ${{ secrets.GITHUB_TOKEN }}
26+
token: ${{ secrets.GH_TOKEN }}
2727

2828
- name: Determine version
2929
id: version

0 commit comments

Comments
 (0)