Skip to content

Commit

Permalink
chg: set repositories to a single repo
Browse files Browse the repository at this point in the history
* not found (scope error?) when set to 'repo1,repo2'
* same error with single (host) repo
* only seems to work with 'owner' set and 'repositories' unset

Signed-off-by: Steve Arnold <[email protected]>
  • Loading branch information
sarnold committed Mar 13, 2024
1 parent 8089562 commit 6b8bbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
app-id: ${{ vars.VCT_GHT_APP_ID }}
private-key: ${{ secrets.VCT_GHT_APP_PEM }}
owner: ${{ github.repository_owner }}
repositories: "actions-app-token,redis-ipc"
# repositories: "actions-app-token"

- name: Check App Installation Token
run: |
Expand Down

0 comments on commit 6b8bbb1

Please sign in to comment.