Skip to content

Commit

Permalink
chore: change recap_src_url as secrets value
Browse files Browse the repository at this point in the history
  • Loading branch information
gmkim20713 authored Nov 3, 2024
1 parent 7650483 commit 2597eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jib-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
IMAGE_NAME: ${{ inputs.image-name }}
IMAGE_TAG: ${{ inputs.image-tag }}
SERVER_PORT: ${{ inputs.server-port }}
RECAP_SRC_URL: ${{ inputs.recap-src-url }}
RECAP_SRC_URL: ${{ secrets.RECAP_SRC_URL }}
run: |
cd ${{ inputs.module-path }} && \
chmod +x gradlew && ./gradlew jib

0 comments on commit 2597eb9

Please sign in to comment.