build: allows the token to write packages

This commit is contained in:
Thomas Pelletier
2021-12-31 20:25:11 -05:00
parent 4d51831dab
commit 46fa3225e2
+2
View File
@@ -14,6 +14,8 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v2