Skip to content

Commit 203935b

Browse files
authored
Add name and permissions to cleanup_pr_folders workflow (#1396)
1 parent 8bd0091 commit 203935b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cleanup_pr_folders.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: cleanup_pr_folders
2+
13
on:
24
pull_request:
35
types:
@@ -7,6 +9,9 @@ jobs:
79
staging:
810
if: github.event.pull_request.merged == true
911
runs-on: ubuntu-latest
12+
permissions:
13+
contents: 'read'
14+
id-token: 'write'
1015
env:
1116
STAGING_BUCKET: docs-staging-learn-redis-com
1217
STAGING_PROJECT_ID: ${{ secrets.GCP_PROJECT_STAGING }}

0 commit comments

Comments
 (0)