Skip to content

Commit

Permalink
fix: remove public-resources from repositories list in test_github_ap…
Browse files Browse the repository at this point in the history
…p.yml
  • Loading branch information
alexvanderberkel committed Jan 20, 2025
1 parent e1b3e08 commit 5618c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_github_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
app-id: ${{ secrets.TEST_GITHUB_APP_ID }}
private-key: ${{ secrets.TEST_APP_PEM_FILE }}
owner: alexvanderberkel
repositories: public-resources, private-test-repo
repositories: private-test-repo

- name: Checkout
# https://github.com/actions/checkout#usage
Expand Down

0 comments on commit 5618c2b

Please sign in to comment.