diff --git a/.github/workflows/addon-artifact.yml b/.github/workflows/addon-artifact.yml index ad4e3a2..2fdb364 100644 --- a/.github/workflows/addon-artifact.yml +++ b/.github/workflows/addon-artifact.yml @@ -17,7 +17,8 @@ jobs: build: # The type of runner that the job will run on runs-on: ubuntu-latest - + permissions: + contents: write # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it