Skip to content

Commit 6762a7f

Browse files
authoredJan 9, 2024
ci(scheduled): provide PAT to workflow (#177)
1 parent a378fcb commit 6762a7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/scheduled.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ on:
77
jobs:
88
scheduled:
99
uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@1b78c323613f24b070a4c117d878dbc8c2377eba
10+
secrets:
11+
PAT: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)
Please sign in to comment.