Skip to content

Commit

Permalink
Remove usage of secrets, we don't need it
Browse files Browse the repository at this point in the history
  • Loading branch information
252afh committed Jul 11, 2024
1 parent 123cb19 commit 1225122
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
with:
environment: dev
commit_hash: ${{ github.sha }}
secrets:
destination_bucket: ${{ secrets.DEV_DESTINATION_BUCKET }}
destination_bucket: 'test-ai-gov-uk-website-upload'
secrets: inherit


release-prod:
Expand All @@ -26,5 +26,5 @@ jobs:
with:
environment: prod
commit_hash: ${{ github.sha }}
secrets:
destination_bucket: ${{ secrets.PROD_DESTINATION_BUCKET }}
destination_bucket: 'test-ai-gov-uk-website-upload'
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
commit_hash:
required: true
type: string
secrets:
destination_bucket:
required: true
type: string


jobs:
Expand Down

0 comments on commit 1225122

Please sign in to comment.