Skip to content

Commit

Permalink
Merge pull request #1419 from cloud-pi-native/ci/fix-preview-redeploy
Browse files Browse the repository at this point in the history
ci: 💚 really fix re-deploy preview app
  • Loading branch information
ArnaudTA authored Oct 8, 2024
2 parents 024deed + 0a43ff0 commit 48f574f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ on:
PR_NUMBER:
required: false
type: number
secrets:
ARGOCD_TOKEN:
required: false
workflow_dispatch:
inputs:
REGISTRY:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ jobs:
MULTI_ARCH: ${{ needs.expose-vars.outputs.MULTI_ARCH == 'true' }}
USE_QEMU: ${{ needs.expose-vars.outputs.USE_QEMU == 'true' }}
PR_NUMBER: ${{ github.event.pull_request.number || github.event.number }}
secrets:
ARGOCD_TOKEN: ${{ secrets.ARGOCD_TOKEN }}

build-label:
uses: ./.github/workflows/label.yml
Expand Down

0 comments on commit 48f574f

Please sign in to comment.