Skip to content

Commit

Permalink
Check again
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Jan 31, 2025
1 parent 02243c6 commit 1e04c36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fixtures-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/vercel-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1e04c36

Please sign in to comment.