We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ac572 commit 850a0c8Copy full SHA for 850a0c8
.github/workflows/cleanup_pr_folders.yaml
@@ -1,3 +1,5 @@
1
+name: cleanup_pr_folders
2
+
3
on:
4
pull_request:
5
types:
@@ -7,6 +9,9 @@ jobs:
7
9
staging:
8
10
if: github.event.pull_request.merged == true
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ contents: 'read'
14
+ id-token: 'write'
15
env:
16
STAGING_BUCKET: docs-staging-learn-redis-com
17
STAGING_PROJECT_ID: ${{ secrets.GCP_PROJECT_STAGING }}
0 commit comments