Skip to content

Commit

Permalink
fix: inherit secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Nov 2, 2023
1 parent 7c1016e commit 25d4e70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
secrets: inherit
with:
DOCKER_TAG: ${{ needs.env.outputs.registry }}/${{ needs.env.outputs.image }}
APP_NAME: "frontend"
APP_NAME: "Corpsum 2.0"
APP_ROOT: "/"
SERVICE_ID: "${{ vars.NUXT_PUBLIC_REDMINE_ID }}"
PUBLIC_URL: "${{ vars.NUXT_PUBLIC_APP_BASE_URL }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,4 @@ jobs:
if: ${{ github.event_name == 'push' }}
needs: [validate]
uses: ./.github/workflows/build-deploy.yml
secrets: inherit

0 comments on commit 25d4e70

Please sign in to comment.