Skip to content

Commit

Permalink
#17 Add project url secret to GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mcsken committed Nov 1, 2024
1 parent 213cf06 commit 79264e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
poetry build
- name: Run the test suite
env:
CHECK_DONE_GITHUB_PROJECT_URL: ${{ secrets.CHECK_DONE_GITHUB_PROJECT_URL }}
CHECK_DONE_GITHUB_APP_ID: ${{ secrets.CHECK_DONE_GITHUB_APP_ID }}
CHECK_DONE_GITHUB_APP_PRIVATE_KEY: |
${{ secrets.CHECK_DONE_GITHUB_APP_PRIVATE_KEY }}
Expand Down

0 comments on commit 79264e4

Please sign in to comment.