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 <sarnold@vctlabs.com>
  • Loading branch information
sarnold committed Mar 13, 2024
1 parent 8089562 commit 939f4d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ 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: |
echo "This token is masked: ${TOKEN}"
env:
TOKEN: ${{ steps.generate-token.outputs.app_token }}
TOKEN: ${{ steps.generate-token.outputs.token }}

# the example 'gh' command is not there
#- name: Check the GH token
Expand Down

0 comments on commit 939f4d6

Please sign in to comment.