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.ref == 'refs/heads/main'
|
||||||
# if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
|
# if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
|
||||||
environment:
|
environment:
|
||||||
name: techradar
|
name: ${{ inputs.bucket }}
|
||||||
url: http://${{ inputs.bucket }}.s3-website.eu-central-1.amazonaws.com/techradar/index.html
|
url: http://${{ inputs.bucket }}.s3-website.eu-central-1.amazonaws.com/techradar/index.html
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|||||||
Reference in New Issue
Block a user