Skip to content

Commit d5cd74b

Browse files
committed
Remove GH token
1 parent a6a1034 commit d5cd74b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ jobs:
122122

123123
- name: Get all changed content files
124124
env:
125-
GH_TOKEN: ${{ github.token }}
126125
# If changing these regexes, test them on https://regex101.com/ with the
127126
# following paths (you can paste the block in and uncomment it):
128127
# Add new tests if necessary
@@ -200,7 +199,6 @@ jobs:
200199

201200
- name: Get changed files
202201
env:
203-
GH_TOKEN: ${{ github.token }}
204202
CHANGED_FILES: ${{needs.decide-jobs.outputs.all-changed-files}}
205203
run: |
206204
mkdir -p .github/outputs

0 commit comments

Comments
 (0)