Skip to content

Commit

Permalink
BUILD: updated github actions to UKHSA-Internal/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
adebayoolabintan committed Apr 11, 2023
1 parent f89ecb5 commit a9b1802
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_to_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: muinmomin/[email protected]
- uses: UKHSA-Internal/[email protected]
with:
url: ${{ secrets.DEVPUBLISHPROFILE }}
data: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_to_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: muinmomin/[email protected]
- uses: UKHSA-Internal/[email protected]
with:
url: ${{ secrets.PRODUCTIONPUBLISHPROFILE }}
data: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_to_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: muinmomin/[email protected]
- uses: UKHSA-Internal/[email protected]
with:
url: ${{ secrets.STAGINGPUBLISHPROFILE }}
data: >
Expand Down

0 comments on commit a9b1802

Please sign in to comment.