- v*
permissions:
- contents: read # to fetch code (actions/checkout)
+ contents: write # to fetch code (actions/checkout) and create release
env:
IMAGE_NAME: signal-cli
jobs:
ci_wf:
+ permissions:
+ contents: write
uses: AsamK/signal-cli/.github/workflows/ci.yml@master
# ${{ github.repository }} not accepted here