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 4d4f858 commit e893040Copy full SHA for e893040
.github/workflows/build-api-lambda.yml
@@ -11,6 +11,9 @@ on:
11
required: false
12
type: string
13
default: ${{ github.ref }}
14
+
15
+permissions:
16
+ contents: read
17
18
jobs:
19
build:
.github/workflows/deploy-api-lambda.yml
@@ -4,12 +4,20 @@ on:
4
branches:
5
- main
6
workflow_dispatch:
7
8
9
10
+ permissions:
uses: ./.github/workflows/build-api-lambda.yml
deploy:
20
+ id-token: write
21
runs-on: ubuntu-latest
22
needs: build
23
environment: docs-api-edge
0 commit comments