Skip to content

Commit 1b69281

Browse files
authored
ci(tests): update env variables
1 parent f8a4194 commit 1b69281

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
id: task_npmtest_npm_test
163163
run: npm run test
164164
env:
165-
GITHUB_TOKEN: ${{ env.SELF_TOKEN_CL }}
165+
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
166166

167167
# #
168168
# [ CI ] Create Github Deployment
@@ -172,7 +172,7 @@ jobs:
172172
id: task_npmtest_gh_deployment_create
173173
uses: chrnorm/deployment-action@v2
174174
with:
175-
token: ${{ env.SELF_TOKEN_CL }}
175+
token: ${{ env.GITHUB_TOKEN }}
176176
environment: test
177177
initial-status: success
178178

@@ -184,5 +184,5 @@ jobs:
184184
id: task_npmtest_gh_deployment_delete
185185
uses: ./
186186
with:
187-
token: ${{ env.SELF_TOKEN_CL }}
187+
token: ${{ env.GITHUB_TOKEN }}
188188
environment: test

0 commit comments

Comments
 (0)