From 7ca51748b9858f3dd072e81553e39b8a1ef84806 Mon Sep 17 00:00:00 2001 From: AlexanderWollbrink Date: Tue, 14 Nov 2023 14:57:30 +0100 Subject: [PATCH] feat: test --- .github/workflows/versioning-workflow.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/versioning-workflow.yml b/.github/workflows/versioning-workflow.yml index 8695d29f..ecb166b6 100644 --- a/.github/workflows/versioning-workflow.yml +++ b/.github/workflows/versioning-workflow.yml @@ -14,11 +14,7 @@ jobs: release: name: Versioning runs-on: ubuntu-latest - permissions: - contents: write # to be able to publish a GitHub release - 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 + permissions: write-all steps: - name: Checkout uses: actions/checkout@v3 @@ -35,6 +31,6 @@ jobs: run: npm audit signatures - name: Release env: - GITHUB_TOKEN: ${{ secrets.TOKEN }} - GH_TOKEN: ${{ secrets.TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: npx semantic-release \ No newline at end of file