Skip to content

Commit a601c74

Browse files
authored
Merge pull request #32 from chime/vy-fix-auto-release
Allow auto-release job to create releases
2 parents bf592ab + 00e1e0a commit a601c74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/auto-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on: push
66
jobs:
77
build:
88
runs-on: ubuntu-latest
9+
permissions:
10+
contents: write
911
steps:
1012
- name: checkout
1113
uses: actions/checkout@v3

0 commit comments

Comments
 (0)