Skip to content

Commit 5718e92

Browse files
committed
ci: update test workflow
1 parent c5f4d1a commit 5718e92

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/ci-tests.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,6 @@ jobs:
109109
run: |
110110
echo "VERSION: ${{ steps.task_initialize_package_version.outputs.PACKAGE_VERSION }}"
111111
112-
# #
113-
# [ CI ] Pretty
114-
# #
115-
116-
#- name: "📦 NPM › Prettier"
117-
# id: task_npmtest_npm_prettier
118-
# run: npm run pretty:fix
119-
120112
# #
121113
# [ CI ] Lint
122114
# #
@@ -162,7 +154,7 @@ jobs:
162154
id: task_npmtest_npm_test
163155
run: npm run test
164156
env:
165-
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
157+
GITHUB_TOKEN: ${{ env.SELF_TOKEN_CL }}
166158

167159
# #
168160
# [ CI ] Create Github Deployment
@@ -172,7 +164,7 @@ jobs:
172164
id: task_npmtest_gh_deployment_create
173165
uses: chrnorm/deployment-action@v2
174166
with:
175-
token: ${{ env.GITHUB_TOKEN }}
167+
token: ${{ env.SELF_TOKEN_CL }}
176168
environment: test
177169
initial-status: success
178170

@@ -184,5 +176,5 @@ jobs:
184176
id: task_npmtest_gh_deployment_delete
185177
uses: ./
186178
with:
187-
token: ${{ env.GITHUB_TOKEN }}
179+
token: ${{ env.SELF_TOKEN_CL }}
188180
environment: test

0 commit comments

Comments
 (0)