We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc8dc64 commit dd508e4Copy full SHA for dd508e4
.github/workflows/update-dependencies.yml
@@ -34,6 +34,8 @@ jobs:
34
- name: Add & Commit
35
if: matrix.java == '17'
36
uses: EndBug/[email protected]
37
+ env:
38
+ GITHUB_TOKEN: ${{ secrets.SG_JAVA_GITHUB_TOKEN }}
39
with:
40
add: 'pom.xml'
41
default_author: 'github_actions'
0 commit comments