Skip to content

Commit 3ef94f8

Browse files
committedApr 21, 2024·
build: updating the permissions on the workflows
1 parent b52be76 commit 3ef94f8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
 

‎.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
tags:
77
- "v*"
88

9+
permissions:
10+
contents: write
11+
912
jobs:
1013
release:
1114
uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-release.yml@main

‎.github/workflows/terraform.yml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
branches:
99
- main
1010

11+
permissions:
12+
contents: read
13+
pull-requests: write
14+
1115
jobs:
1216
module-validation:
1317
uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-validation.yml@main

0 commit comments

Comments
 (0)
Please sign in to comment.