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 b38c8ab commit a091cc9Copy full SHA for a091cc9
.github/workflows/deploy-docs-staging.yaml
@@ -8,6 +8,9 @@ on:
8
jobs:
9
deploy:
10
runs-on: org-openobserve-standard-4
11
+ permissions:
12
+ id-token: write
13
+ contents: read
14
15
steps:
16
- name: Checkout source code
0 commit comments