Skip to content

Commit

Permalink
fix: missing private key for token generator (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso authored Nov 29, 2023
1 parent 0804775 commit c2a54b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/assign_issues_to_project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.OCMBOT_APP_ID }}
private_key: ${{ secrets.OCMBOT_PRIV_KEY }}
- name: scan pull request activity
uses: skarlso/caretaker@v0.5.0
with:
Expand Down

0 comments on commit c2a54b0

Please sign in to comment.