Skip to content

Commit

Permalink
ci(scheduled): use github app id and private key (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro committed Jan 14, 2024
1 parent 163789f commit e438146
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/scheduled.yml
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
scheduled:
uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@7b25428b8d30a32958cb398244b7ce80e19ad84c
uses: zeshuaro/github-actions-workflows/.github/workflows/scheduled.yml@1a5d202da067caf60ee122d532825fa7cf2fae03
secrets:
PAT: ${{ secrets.PAT }}
GH_APP_ID: ${{ secrets.GH_APP_ID }}
GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}

0 comments on commit e438146

Please sign in to comment.