diff --git a/.github/workflows/fixtures-test.yml b/.github/workflows/fixtures-test.yml index 66e6276689f1..310a0917ff51 100644 --- a/.github/workflows/fixtures-test.yml +++ b/.github/workflows/fixtures-test.yml @@ -9,9 +9,9 @@ on: builder-host: required: true type: string - #secrets: - # PRIVATE_GITHUB_DEPLOY_TOKEN: - # required: true + secrets: + PRIVATE_GITHUB_DEPLOY_TOKEN: + required: true permissions: contents: read # to fetch code (actions/checkout) diff --git a/.github/workflows/vercel-deploy-staging.yml b/.github/workflows/vercel-deploy-staging.yml index f931f183d073..3f58db662ac7 100644 --- a/.github/workflows/vercel-deploy-staging.yml +++ b/.github/workflows/vercel-deploy-staging.yml @@ -5,7 +5,7 @@ on: # cancel in-progress runs on new commits to same PR (gitub.event.number) concurrency: - group: vercel-deploy-${{ github.workflow }}-${{ github.event.number || github.sha }} + group: vercel-deploy-${{ github.workflow }}-${{ github.sha }} cancel-in-progress: true permissions: @@ -90,14 +90,13 @@ jobs: environment: - empty - development - needs: deployment uses: ./.github/workflows/fixtures-test.yml with: builder-url: ${{ needs.deployment.outputs.builder-url }} builder-host: ${{ needs.deployment.outputs.builder-host }} - # secrets: - # PRIVATE_GITHUB_DEPLOY_TOKEN: ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN }} + secrets: + PRIVATE_GITHUB_DEPLOY_TOKEN: ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN }} delete-github-deployments: needs: fixtures-test