We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52be76 commit 3ef94f8Copy full SHA for 3ef94f8
.github/workflows/release.yml
@@ -6,6 +6,9 @@ on:
6
tags:
7
- "v*"
8
9
+permissions:
10
+ contents: write
11
+
12
jobs:
13
release:
14
uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-release.yml@main
.github/workflows/terraform.yml
@@ -8,6 +8,10 @@ on:
branches:
- main
+ contents: read
+ pull-requests: write
15
16
module-validation:
17
uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-validation.yml@main
0 commit comments