Skip to content

Commit ba5907b

Browse files
authored
fix: update comment link to github permissions (#117)
1 parent 85fb1c9 commit ba5907b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/post-dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Post Dependabot Actions
44

55
on: pull_request
66

7-
# https://docs.github.com/en/rest/overview/permissions-required-for-github-apps
7+
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
88
permissions:
99
actions: write
1010
contents: write

lib/content/post-dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Post Dependabot Actions
33
on:
44
pull_request
55

6-
# https://docs.github.com/en/rest/overview/permissions-required-for-github-apps
6+
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
77
permissions:
88
actions: write
99
contents: write

tap-snapshots/test/apply/full-content.js.test.cjs

+2-2
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ name: Post Dependabot Actions
300300
301301
on: pull_request
302302
303-
# https://docs.github.com/en/rest/overview/permissions-required-for-github-apps
303+
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
304304
permissions:
305305
actions: write
306306
contents: write
@@ -965,7 +965,7 @@ name: Post Dependabot Actions
965965
966966
on: pull_request
967967
968-
# https://docs.github.com/en/rest/overview/permissions-required-for-github-apps
968+
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
969969
permissions:
970970
actions: write
971971
contents: write

0 commit comments

Comments
 (0)