diff --git a/.github/workflows/actions_release.yml b/.github/workflows/actions_release.yml index 6082ace..1b9f197 100644 --- a/.github/workflows/actions_release.yml +++ b/.github/workflows/actions_release.yml @@ -16,6 +16,9 @@ jobs: actions: read id-token: write contents: write + packages: write uses: step-security/reusable-workflows/.github/workflows/actions_release.yaml@v1 with: - tag: "${{ github.event.inputs.tag }}" \ No newline at end of file + tag: "${{ github.event.inputs.tag }}" + env: + NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}