diff --git a/.github/workflows/docker-ci.yaml b/.github/workflows/docker-ci.yaml index b7552c5..fce9f56 100644 --- a/.github/workflows/docker-ci.yaml +++ b/.github/workflows/docker-ci.yaml @@ -16,6 +16,9 @@ jobs: permissions: packages: write contents: write + issues: write # to be able to comment on released issues + pull-requests: write # to be able to comment on released pull requests + id-token: write # to enable use of OIDC for npm provenance runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.releaserc.yaml b/.releaserc.yaml new file mode 100644 index 0000000..fb59449 --- /dev/null +++ b/.releaserc.yaml @@ -0,0 +1,2 @@ +branches: + - main \ No newline at end of file