Skip to content

Commit 5eb930a

Browse files
authored
Merge pull request #2 from surajkumar/update-jib-base-image
GHA to update jib image with the latest version
2 parents 64a647d + 56dbfa7 commit 5eb930a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-jib-base-image.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
sudo apt-get update
1919
sudo apt-get install gh
2020
21-
- name: Run bash script
21+
- name: Update build.gradle
2222
run: |
2323
# Extract current version from JShellAPI build.gradle
2424
gradle_file="JShellAPI/build.gradle"
@@ -61,6 +61,8 @@ jobs:
6161
git push origin "$branch_name"
6262
6363
- name: Create a pull request
64+
env:
65+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6466
run: |
6567
gh pr create --title "Update eclipse-temurin version to $latest_version" \
6668
--body "This PR updates the eclipse-temurin version in the JShellAPI build.gradle file from $current_version to $latest_version." \

0 commit comments

Comments
 (0)