Skip to content

Commit 394ab0c

Browse files
authored
fix(ci): add permissions to release workflow
* Update .gitignore * update .gitignore * update permissions
1 parent d45fb55 commit 394ab0c

File tree

3 files changed

+1728
-1
lines changed

3 files changed

+1728
-1
lines changed

.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
environment: Release
1515
permissions:
1616
id-token: write
17+
issues: write
18+
contents: write
1719
steps:
1820
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
1921
- name: Set up Maven Central Repository

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,6 @@ example/HelloWorldFunction/build
110110
.gradle
111111
build/
112112
.terraform*
113-
terraform.tfstate*
113+
terraform.tfstate*
114+
115+
powertools-idempotency/dynamodb-local-metadata.json

0 commit comments

Comments
 (0)