Skip to content

Commit 2722e2d

Browse files
authored
remove github token
1 parent 4ba8506 commit 2722e2d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/test_guard.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,9 @@ jobs:
2929
# Log changeset count for debugging purposes
3030
- name: Log changeset count
3131
run: echo ${{ steps.changeset-count.outputs.change_count }}
32-
- name: List statuses
33-
uses: actions/[email protected]
34-
with:
35-
github-token: ${{ secrets.GITHUB_TOKEN }}
36-
script: |
37-
const data = await github.checks.get({
38-
owner: context.repo.owner,
39-
repo: context.repo.repo,
40-
ref: context.runId,
41-
})
42-
console.log(data)
4332
- name: Update reason for skipping
4433
uses: actions/[email protected]
4534
with:
46-
github-token: ${{ secrets.GITHUB_TOKEN }}
4735
script: |
4836
github.repos.createCommitStatus({
4937
owner: context.repo.owner,

0 commit comments

Comments
 (0)