Skip to content

Commit

Permalink
ci(release): Fix workflow permissions (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: sunilhonest <129028966+sunilhonest@users.noreply.github.com>
  • Loading branch information
jai and sunilhonest authored Apr 4, 2023
1 parent 9cbd462 commit 4b962a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/terratest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: terratest
permissions: read-all

permissions:
contents: write
pull-requests: write

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion examples/create_mysql_instance_with_private_ip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ No requirements.

| Name | Version |
|------|---------|
| <a name="provider_random"></a> [random](#provider\_random) | n/a |
| <a name="provider_random"></a> [random](#provider\_random) | 3.4.3 |

## Modules

Expand Down

0 comments on commit 4b962a4

Please sign in to comment.