Skip to content

Commit ec53072

Browse files
author
Bilal Boussayoud
authored
fix: override default gh token (#725)
* fix: override default gh token
1 parent c868b73 commit ec53072

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
- name: Add & Commit
2929
if: matrix.java == '11'
3030
uses: EndBug/add-and-commit@v8.0.2
31+
env:
32+
GITHUB_TOKEN: ${{ secrets.SG_JAVA_GITHUB_TOKEN }}
3133
with:
3234
add: 'pom.xml'
3335
default_author: 'github_actions'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
<dependency>
263263
<groupId>com.sendgrid</groupId>
264264
<artifactId>java-http-client</artifactId>
265-
<version>4.3.9</version>
265+
<version>4.5.0</version>
266266
</dependency>
267267
<dependency>
268268
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)