Skip to content

Commit c7cd12e

Browse files
authored
Update submodules_update.yml
1 parent dc8ff51 commit c7cd12e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/submodules_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
- name: Push to protected branch
3434
uses: CasperWA/push-protected@v2
3535
with:
36-
token: ${{ secrets.GITHUB_TOKEN }}
36+
token: ${{ secrets.PUSH_PROTECTED_BRANCH_TOKEN }} # This requires a special token to be able to trigger checks on new branch creation
3737
ref: ${{ github.ref }}

0 commit comments

Comments
 (0)