Skip to content

Commit 59a1a54

Browse files
committed
add comment for repo dispatch token
1 parent 7580e51 commit 59a1a54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/trigger_website.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
- name: Repository Dispatch
1111
uses: peter-evans/repository-dispatch@v3
1212
with:
13+
# Personal access token in this repo's secrets, must be
14+
# renewed every year (use a token from any developer with
15+
# sufficient access)
1316
token: ${{ secrets.DISPATCHTOKEN }}
1417
repository: sampleenvironment/secop-site
1518
event-type: spec-update

0 commit comments

Comments
 (0)