You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,9 @@ on:
27
27
jobs:
28
28
release_binder:
29
29
runs-on: ubuntu-latest
30
+
env:
31
+
java_environment: zulu
32
+
jre_version: 17
30
33
permissions:
31
34
contents: write
32
35
packages: write
@@ -60,11 +63,11 @@ jobs:
60
63
run: echo "Could not (${{steps.secrets.outcome}}) log into vault using cicd-workflows-secret-read-role. Has this repo been onboarded in maas-vault-configuration?"; exit 1
61
64
62
65
# Setup all secrets and env needed for the build
63
-
- name: Set up JDK ${{ inputs.jre_version }} (${{inputs.java_environment}})
66
+
- name: Set up JDK ${{ env.jre_version }} (${{env.java_environment}})
0 commit comments