Skip to content

Commit 18add70

Browse files
committed
fix
1 parent d124928 commit 18add70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/preview-cleanup.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ on:
88
permissions:
99
deployments: write
1010
id-token: write
11+
contents: read
1112

1213
jobs:
1314
destroy:
1415
runs-on: ubuntu-latest
1516
steps:
1617
- uses: actions/checkout@v4
17-
- uses: ./.github/actions/aws-auth
18+
- uses: elastic/docs-builder/.github/actions/aws-auth@main
1819
- name: Delete s3 objects
1920
env:
2021
PR_NUMBER: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)