Skip to content

Commit d49419a

Browse files
authored
fix(ci): allow write (elixirs#590)
1 parent 2a39b40 commit d49419a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test:
1414
uses: ./.github/workflows/ci.yaml
1515
permissions:
16-
contents: read
16+
contents: write
1717

1818
release:
1919
needs: test

0 commit comments

Comments
 (0)