We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a4194 commit 1b69281Copy full SHA for 1b69281
.github/workflows/ci-tests.yml
@@ -162,7 +162,7 @@ jobs:
162
id: task_npmtest_npm_test
163
run: npm run test
164
env:
165
- GITHUB_TOKEN: ${{ env.SELF_TOKEN_CL }}
+ GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
166
167
# #
168
# [ CI ] Create Github Deployment
@@ -172,7 +172,7 @@ jobs:
172
id: task_npmtest_gh_deployment_create
173
uses: chrnorm/deployment-action@v2
174
with:
175
- token: ${{ env.SELF_TOKEN_CL }}
+ token: ${{ env.GITHUB_TOKEN }}
176
environment: test
177
initial-status: success
178
@@ -184,5 +184,5 @@ jobs:
184
id: task_npmtest_gh_deployment_delete
185
uses: ./
186
187
188
0 commit comments