updating log interceptor for read role
This commit is contained in:
@@ -15,11 +15,16 @@ on:
|
||||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
environment: ${{ inputs.environment_name }}
|
||||
steps:
|
||||
- name: Install Azure CLI
|
||||
run: |
|
||||
curl -sL https://aka.ms | sudo bash
|
||||
|
||||
- name: Log in to Azure
|
||||
uses: azure/login@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user