Skip to content

Commit a091cc9

Browse files
committed
Replace access and secret key with assume role
1 parent b38c8ab commit a091cc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-docs-staging.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
deploy:
1010
runs-on: org-openobserve-standard-4
11+
permissions:
12+
id-token: write
13+
contents: read
1114

1215
steps:
1316
- name: Checkout source code

0 commit comments

Comments
 (0)