Skip to content

Commit 03c0174

Browse files
committed
fix: fix release
1 parent 98212e1 commit 03c0174

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
name: terraform
1818
runs-on: ubuntu-latest
1919

20-
# permissions:
21-
# contents: write
22-
# id-token: write
23-
# deployments: write
24-
# packages: write
25-
# security-events: write
20+
permissions:
21+
contents: write
22+
id-token: write
23+
deployments: write
24+
packages: write
25+
security-events: write
2626

2727
steps:
2828
-

0 commit comments

Comments
 (0)