Skip to content

Commit

Permalink
FIX Use inputs for new action (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Jun 18, 2024
1 parent e819093 commit b666beb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/cms-any/add-prs-to-project.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
steps:
- name: Add PR to github project
uses: silverstripe/gha-add-pr-to-project@v1
with:
app_id: ${{ vars.PROJECT_PERMISSIONS_APP_ID }}
private_key: ${{ secrets.PROJECT_PERMISSIONS_APP_PRIVATE_KEY }}
EOT;

$actionPath = '.github/workflows/add-prs-to-project.yml';
Expand Down

0 comments on commit b666beb

Please sign in to comment.