Skip to content

Commit c98618d

Browse files
committed
GITHUB_TOKEN seems to be working again instead of custom token
1 parent ee5de86 commit c98618d

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

.github/workflows/test-action-gh-marketplace.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ jobs:
148148
id: mlc-log-parser
149149
uses: edumserrano/markdown-link-check-log-parser@v1
150150
with:
151-
auth-token: '${{ secrets.TEST_GITHUB_ACTION_GH_TOKEN }}'
152151
repo: '${{ github.repository }}'
153152
run-id: '${{ github.event.workflow_run.id }}'
154153
job-name: 'Run Markdown Link Check'
@@ -218,7 +217,6 @@ jobs:
218217
id: mlc-log-parser
219218
uses: edumserrano/markdown-link-check-log-parser@v1
220219
with:
221-
auth-token: '${{ secrets.TEST_GITHUB_ACTION_GH_TOKEN }}'
222220
repo: '${{ github.repository }}'
223221
run-id: '${{ github.event.workflow_run.id }}'
224222
job-name: 'Run Markdown Link Check'
@@ -288,7 +286,6 @@ jobs:
288286
id: mlc-log-parser
289287
uses: edumserrano/markdown-link-check-log-parser@v1
290288
with:
291-
auth-token: '${{ secrets.TEST_GITHUB_ACTION_GH_TOKEN }}'
292289
repo: '${{ github.repository }}'
293290
run-id: '${{ github.event.workflow_run.id }}'
294291
job-name: 'Run Markdown Link Check'
@@ -383,7 +380,6 @@ jobs:
383380
id: mlc-log-parser
384381
uses: edumserrano/markdown-link-check-log-parser@v1
385382
with:
386-
auth-token: '${{ secrets.TEST_GITHUB_ACTION_GH_TOKEN }}'
387383
repo: '${{ github.repository }}'
388384
run-id: '${{ github.event.workflow_run.id }}'
389385
job-name: 'Run Markdown Link Check'
@@ -453,7 +449,6 @@ jobs:
453449
id: mlc-log-parser
454450
uses: edumserrano/markdown-link-check-log-parser@v1
455451
with:
456-
auth-token: '${{ secrets.TEST_GITHUB_ACTION_GH_TOKEN }}'
457452
repo: '${{ github.repository }}'
458453
run-id: '${{ github.event.workflow_run.id }}'
459454
job-name: 'Run Markdown Link Check'
@@ -523,10 +518,6 @@ jobs:
523518
uses: edumserrano/markdown-link-check-log-parser@v1
524519
id: mlc-log-parser
525520
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 }}'
530521
run-id: '${{ github.event.workflow_run.id }}'
531522
job-name: 'Run Markdown Link Check'
532523
step-name: 'Markdown Link Check'
@@ -557,7 +548,6 @@ jobs:
557548
uses: edumserrano/markdown-link-check-log-parser@v1
558549
continue-on-error: true
559550
with:
560-
auth-token: '${{ secrets.TEST_GITHUB_ACTION_GH_TOKEN }}'
561551
repo: '${{ github.repository }}'
562552
run-id: '1' # invalid run id
563553
job-name: 'Run Markdown Link Check'

.github/workflows/test-action.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
5454
id: mlc-log-parser
5555
uses: ./action-local
5656
with:
57-
auth-token: '${{ secrets.TEST_GITHUB_ACTION_GH_TOKEN }}'
5857
repo: '${{ github.repository }}'
5958
run-id: '${{ github.event.workflow_run.id }}'
6059
job-name: 'Run Markdown Link Check'
@@ -149,7 +148,6 @@ jobs:
149148
id: mlc-log-parser
150149
uses: ./action-local
151150
with:
152-
auth-token: '${{ secrets.TEST_GITHUB_ACTION_GH_TOKEN }}'
153151
repo: '${{ github.repository }}'
154152
run-id: '${{ github.event.workflow_run.id }}'
155153
job-name: 'Run Markdown Link Check'
@@ -219,7 +217,6 @@ jobs:
219217
id: mlc-log-parser
220218
uses: ./action-local
221219
with:
222-
auth-token: '${{ secrets.TEST_GITHUB_ACTION_GH_TOKEN }}'
223220
repo: '${{ github.repository }}'
224221
run-id: '${{ github.event.workflow_run.id }}'
225222
job-name: 'Run Markdown Link Check'
@@ -289,7 +286,6 @@ jobs:
289286
id: mlc-log-parser
290287
uses: ./action-local
291288
with:
292-
auth-token: '${{ secrets.TEST_GITHUB_ACTION_GH_TOKEN }}'
293289
repo: '${{ github.repository }}'
294290
run-id: '${{ github.event.workflow_run.id }}'
295291
job-name: 'Run Markdown Link Check'
@@ -384,7 +380,6 @@ jobs:
384380
id: mlc-log-parser
385381
uses: ./action-local
386382
with:
387-
auth-token: '${{ secrets.TEST_GITHUB_ACTION_GH_TOKEN }}'
388383
repo: '${{ github.repository }}'
389384
run-id: '${{ github.event.workflow_run.id }}'
390385
job-name: 'Run Markdown Link Check'
@@ -454,7 +449,6 @@ jobs:
454449
id: mlc-log-parser
455450
uses: ./action-local
456451
with:
457-
auth-token: '${{ secrets.TEST_GITHUB_ACTION_GH_TOKEN }}'
458452
repo: '${{ github.repository }}'
459453
run-id: '${{ github.event.workflow_run.id }}'
460454
job-name: 'Run Markdown Link Check'
@@ -524,10 +518,6 @@ jobs:
524518
uses: ./action-local
525519
id: mlc-log-parser
526520
with:
527-
# The auth-token arg shouldn't be set but the default arg for it is to use the GITHUB_TOKEN and something changed
528-
# on GitHub that is causing a 500 when trying to download the workflow run logs using that token.
529-
# For now I'm not testing the default value for this arg.
530-
auth-token: '${{ secrets.TEST_GITHUB_ACTION_GH_TOKEN }}'
531521
run-id: '${{ github.event.workflow_run.id }}'
532522
job-name: 'Run Markdown Link Check'
533523
step-name: 'Markdown Link Check'
@@ -558,7 +548,6 @@ jobs:
558548
uses: ./action-local
559549
continue-on-error: true
560550
with:
561-
auth-token: '${{ secrets.TEST_GITHUB_ACTION_GH_TOKEN }}'
562551
repo: '${{ github.repository }}'
563552
run-id: '1' # invalid run id
564553
job-name: 'Run Markdown Link Check'

0 commit comments

Comments
 (0)