Skip to content

Commit 35f18df

Browse files
committed
Add GitHub Actions token for enhanced security in submodule checkout
1 parent ed6a609 commit 35f18df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616
with:
1717
submodules: recursive
18+
token: ${{ secrets.GH_ORG_TOKEN }}
1819

1920
- name: Extract version from tag
2021
id: get_version

0 commit comments

Comments
 (0)