Skip to content

Commit

Permalink
fix: add permissions section to bicep workflow template (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
eriqua authored Feb 4, 2024
1 parent 10b1263 commit 3363a34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/static/includes/avm.[res-res].template.pattern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ on:
description: "Remove deployed module"
required: false
default: true

push:
branches:
- main
Expand Down Expand Up @@ -77,6 +76,9 @@ jobs:
##############################
call-workflow-passing-data:
name: "Run"
permissions:
id-token: write # For OIDC
contents: write # For release tags
needs:
- job_initialize_pipeline
uses: ./.github/workflows/avm.template.module.yml
Expand Down

0 comments on commit 3363a34

Please sign in to comment.