Skip to content

Commit dd508e4

Browse files
author
Bilal Boussayoud
authored
fix: override default gh token (#143)
1 parent dc8dc64 commit dd508e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-dependencies.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
- name: Add & Commit
3535
if: matrix.java == '17'
3636
uses: EndBug/[email protected]
37+
env:
38+
GITHUB_TOKEN: ${{ secrets.SG_JAVA_GITHUB_TOKEN }}
3739
with:
3840
add: 'pom.xml'
3941
default_author: 'github_actions'

0 commit comments

Comments
 (0)