Skip to content

Commit

Permalink
Switch to pivotal-cf org for gha-shepherd action (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b authored Jul 5, 2024
1 parent c6e40ec commit b74683b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-bosh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Create test environment
id: create-env
if: ${{ !(vars.ENV_ID || vars.SKIP_TESTS == 'true') }}
uses: a-b/gha-shepherd@latest
uses: pivotal-cf/gha-shepherd@latest
with:
api_endpoint: ${{ secrets.SHEPHERD_API_ENDPOINT }}
api_token: ${{ secrets.SHEPHERD_API_TOKEN }}
Expand All @@ -102,7 +102,7 @@ jobs:

- name: Get running env metadata
if: ${{ vars.SKIP_TESTS != 'true' }}
uses: a-b/gha-shepherd@latest
uses: pivotal-cf/gha-shepherd@latest
with:
api_endpoint: ${{ secrets.SHEPHERD_API_ENDPOINT }}
api_token: ${{ secrets.SHEPHERD_API_TOKEN }}
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
- name: Delete lease with provided env_id and namespace
if: ${{ always() && !vars.ENV_ID && steps.create-env.outcome == 'success' && !runner.debug }}
uses: a-b/gha-shepherd@latest
uses: pivotal-cf/gha-shepherd@latest
with:
api_endpoint: ${{ secrets.SHEPHERD_API_ENDPOINT }}
api_token: ${{ secrets.SHEPHERD_API_TOKEN }}
Expand Down

0 comments on commit b74683b

Please sign in to comment.