@@ -148,7 +148,6 @@ jobs:
148
148
id : mlc-log-parser
149
149
uses : edumserrano/markdown-link-check-log-parser@v1
150
150
with :
151
- auth-token : ' ${{ secrets.TEST_GITHUB_ACTION_GH_TOKEN }}'
152
151
repo : ' ${{ github.repository }}'
153
152
run-id : ' ${{ github.event.workflow_run.id }}'
154
153
job-name : ' Run Markdown Link Check'
@@ -218,7 +217,6 @@ jobs:
218
217
id : mlc-log-parser
219
218
uses : edumserrano/markdown-link-check-log-parser@v1
220
219
with :
221
- auth-token : ' ${{ secrets.TEST_GITHUB_ACTION_GH_TOKEN }}'
222
220
repo : ' ${{ github.repository }}'
223
221
run-id : ' ${{ github.event.workflow_run.id }}'
224
222
job-name : ' Run Markdown Link Check'
@@ -288,7 +286,6 @@ jobs:
288
286
id : mlc-log-parser
289
287
uses : edumserrano/markdown-link-check-log-parser@v1
290
288
with :
291
- auth-token : ' ${{ secrets.TEST_GITHUB_ACTION_GH_TOKEN }}'
292
289
repo : ' ${{ github.repository }}'
293
290
run-id : ' ${{ github.event.workflow_run.id }}'
294
291
job-name : ' Run Markdown Link Check'
@@ -383,7 +380,6 @@ jobs:
383
380
id : mlc-log-parser
384
381
uses : edumserrano/markdown-link-check-log-parser@v1
385
382
with :
386
- auth-token : ' ${{ secrets.TEST_GITHUB_ACTION_GH_TOKEN }}'
387
383
repo : ' ${{ github.repository }}'
388
384
run-id : ' ${{ github.event.workflow_run.id }}'
389
385
job-name : ' Run Markdown Link Check'
@@ -453,7 +449,6 @@ jobs:
453
449
id : mlc-log-parser
454
450
uses : edumserrano/markdown-link-check-log-parser@v1
455
451
with :
456
- auth-token : ' ${{ secrets.TEST_GITHUB_ACTION_GH_TOKEN }}'
457
452
repo : ' ${{ github.repository }}'
458
453
run-id : ' ${{ github.event.workflow_run.id }}'
459
454
job-name : ' Run Markdown Link Check'
@@ -523,10 +518,6 @@ jobs:
523
518
uses : edumserrano/markdown-link-check-log-parser@v1
524
519
id : mlc-log-parser
525
520
with :
526
- # The auth-token arg shouldn't be set but the default arg for it is to use the GITHUB_TOKEN and something changed
527
- # on GitHub that is causing a 500 when trying to download the workflow run logs using that token.
528
- # For now I'm not testing the default value for this arg.
529
- auth-token : ' ${{ secrets.TEST_GITHUB_ACTION_GH_TOKEN }}'
530
521
run-id : ' ${{ github.event.workflow_run.id }}'
531
522
job-name : ' Run Markdown Link Check'
532
523
step-name : ' Markdown Link Check'
@@ -557,7 +548,6 @@ jobs:
557
548
uses : edumserrano/markdown-link-check-log-parser@v1
558
549
continue-on-error : true
559
550
with :
560
- auth-token : ' ${{ secrets.TEST_GITHUB_ACTION_GH_TOKEN }}'
561
551
repo : ' ${{ github.repository }}'
562
552
run-id : ' 1' # invalid run id
563
553
job-name : ' Run Markdown Link Check'
0 commit comments