Skip to content

Commit

Permalink
Add permission to update PR on GA
Browse files Browse the repository at this point in the history
  • Loading branch information
xunleii committed Apr 24, 2022
1 parent e3f8fe0 commit ee6d49b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/terraform.lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
paths: ["**.tf"]

permissions:
pull-requests: write

jobs:
terraform-module-k3s:
name: Terraform module
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/terraform.plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
types: [labeled]

permissions:
pull-requests: write

jobs:
examples_hcloud-k3s:
name: Hetzner Cloud
Expand Down

0 comments on commit ee6d49b

Please sign in to comment.