Merge pull request #1401 from h0x0er/patch-6

Added  github_token permissions in deployments/azure-container-webapp.yml
This commit is contained in:
Sampark Sharma
2022-05-16 16:21:25 +05:30
committed by GitHub
+5
View File
@@ -35,6 +35,9 @@ on:
- $default-branch
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
@@ -63,6 +66,8 @@ jobs:
file: ./Dockerfile
deploy:
permissions:
contents: none
runs-on: ubuntu-latest
needs: build
environment: