Updated environment name
This commit is contained in:
2
.github/workflows/s3_sync.yml
vendored
2
.github/workflows/s3_sync.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
if: github.ref == 'refs/heads/main'
|
||||
# if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
|
||||
environment:
|
||||
name: techradar
|
||||
name: ${{ inputs.bucket }}
|
||||
url: http://${{ inputs.bucket }}.s3-website.eu-central-1.amazonaws.com/techradar/index.html
|
||||
permissions:
|
||||
id-token: write
|
||||
|
||||
Reference in New Issue
Block a user