Skip to content

Commit

Permalink
ci(scheduled): provide PAT to workflow (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro authored Jan 9, 2024
1 parent 6f815fb commit a24deb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ on:

jobs:
scheduled:
uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@b8a49739fe580ecb9e8c7d40d4d28548fbf72258
uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@1b78c323613f24b070a4c117d878dbc8c2377eba
secrets:
PAT: ${{ secrets.PAT }}

0 comments on commit a24deb7

Please sign in to comment.