File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 9
9
builder-host :
10
10
required : true
11
11
type : string
12
- # secrets:
13
- # PRIVATE_GITHUB_DEPLOY_TOKEN:
14
- # required: true
12
+ secrets :
13
+ PRIVATE_GITHUB_DEPLOY_TOKEN :
14
+ required : true
15
15
16
16
permissions :
17
17
contents : read # to fetch code (actions/checkout)
Original file line number Diff line number Diff line change 5
5
6
6
# cancel in-progress runs on new commits to same PR (gitub.event.number)
7
7
concurrency :
8
- group : vercel-deploy-${{ github.workflow }}-${{ github.event.number || github. sha }}
8
+ group : vercel-deploy-${{ github.workflow }}-${{ github.sha }}
9
9
cancel-in-progress : true
10
10
11
11
permissions :
@@ -90,14 +90,13 @@ jobs:
90
90
environment :
91
91
- empty
92
92
- development
93
-
94
93
needs : deployment
95
94
uses : ./.github/workflows/fixtures-test.yml
96
95
with :
97
96
builder-url : ${{ needs.deployment.outputs.builder-url }}
98
97
builder-host : ${{ needs.deployment.outputs.builder-host }}
99
- # secrets:
100
- # PRIVATE_GITHUB_DEPLOY_TOKEN: ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN }}
98
+ secrets :
99
+ PRIVATE_GITHUB_DEPLOY_TOKEN : ${{ secrets.PRIVATE_GITHUB_DEPLOY_TOKEN }}
101
100
102
101
delete-github-deployments :
103
102
needs : fixtures-test
You can’t perform that action at this time.
0 commit comments