Skip to content

Commit 0152267

Browse files
committed
prevent persisting credentials
1 parent c6b8773 commit 0152267

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check-links-external.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
fail-fast: false
2525
steps:
2626
- uses: actions/checkout@v2
27+
with:
28+
persist-credentials: false
2729
- name: Ruby
2830
uses: ruby/setup-ruby@v1
2931
with:
@@ -46,4 +48,4 @@ jobs:
4648
title: Broken Links Report - External
4749
content-filepath: ./broken_links.md
4850
repository: ${{ env.REPORT_REPOSITORY }}
49-
labels: ${{ env.REPORT_LABEL }}
51+
labels: ${{ env.REPORT_LABEL }}

0 commit comments

Comments
 (0)