Added permissions
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -28,6 +28,9 @@ jobs:
|
|||||||
deploy-test:
|
deploy-test:
|
||||||
uses: ./.github/workflows/s3_sync.yml
|
uses: ./.github/workflows/s3_sync.yml
|
||||||
needs: build
|
needs: build
|
||||||
|
permissions:
|
||||||
|
id-token: write
|
||||||
|
contents: read
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
with:
|
with:
|
||||||
bucket: techradar-test-aoe
|
bucket: techradar-test-aoe
|
||||||
|
|||||||
Reference in New Issue
Block a user