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 44b7399 commit 65f1bb5Copy full SHA for 65f1bb5
.github/workflows/deploy.yml
@@ -14,6 +14,9 @@ on:
14
jobs:
15
build:
16
runs-on: ubuntu-latest
17
+ permissions:
18
+ contents: read #This is required for actions/checkout
19
+
20
steps:
21
- name: Checkout repository
22
uses: actions/checkout@v4
@@ -40,11 +43,9 @@ jobs:
40
43
deploy:
41
44
42
45
needs: build
- environment:
- name: "Production"
- url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
46
permissions:
47
id-token: write #This is required for requesting the JWT
48
49
50
51
- name: Download artifact from build job
0 commit comments