Skip to content

Commit

Permalink
Added permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Helder Pinto committed Apr 4, 2024
1 parent 45c69e9 commit 0f37687
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- master
permissions:
id-token: write
contents: read
jobs:
AOE-CD:
environment: prod
Expand All @@ -18,7 +21,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- name: Login via Az module
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down

0 comments on commit 0f37687

Please sign in to comment.