Skip to content

Commit 67178e1

Browse files
Merge pull request #63 from nicomiguelino/fix-gh-release-permissions
chore(ci): add permission necessary to created a GitHub release via CI
2 parents f42c37e + 801eac0 commit 67178e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/zapier-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ on:
77

88
jobs:
99
deploy:
10+
name: Deploy to Zapier
1011
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
1114
steps:
1215
- uses: actions/checkout@v4
1316

0 commit comments

Comments
 (0)