Skip to content

Commit

Permalink
This action is failing with:
Browse files Browse the repository at this point in the history
"Error: Custom provider set without credentials:"
but I'm not sure why, the only difference with other actions,
is this one line.
  • Loading branch information
hmlanigan committed Oct 18, 2023
1 parent d7cf2c0 commit 00ed686
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_new_candidates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
juju-channel: ${{ env.channel }}
- name: "Set environment to configure provider"
if: ${{ env.next-test != 'NA' }}
# language=bash
run: |
CONTROLLER=$(juju whoami --format yaml | yq .controller)
Expand Down

0 comments on commit 00ed686

Please sign in to comment.