updating log interceptor for read role
Some checks failed
Main / changes (push) Successful in 18s
Main / build (push) Failing after 32s
Main / deploy (push) Has been skipped

This commit is contained in:
2026-05-21 07:30:57 -05:00
parent 5a84c221d6
commit 22fbf7615b
3 changed files with 5 additions and 3 deletions

View File

@@ -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:

View File

@@ -1,5 +1,3 @@
# Flying API
An API for the Flying app.
...

View File

@@ -1 +0,0 @@
...