We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46931ed + c3d9a5f commit b244c7eCopy full SHA for b244c7e
1 file changed
.github/workflows/release.yml
@@ -12,6 +12,9 @@ env:
12
jobs:
13
build:
14
runs-on: ubuntu-latest
15
+ permissions:
16
+ contents: read
17
+ packages: write
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v2
0 commit comments