diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4520a5b..87a21b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,8 +7,6 @@ on: branches: - main -permissions: write-all - jobs: deploy: name: Release @@ -19,7 +17,7 @@ jobs: pull-requests: write id-token: write - runs-on: ['self-hosted', 'stage'] + runs-on: [self-hosted, stage] container: image: ubuntu:latest @@ -41,7 +39,7 @@ jobs: scope: '@aziontech' always-auth: true env: - NODE_AUTH_TOKEN: ${{ secrets.GH_PACKAGES_SECRET }} # necessary to use npm install to internal git repository + NODE_AUTH_TOKEN: ${{ secrets.GH_PACKAGES_SECRET }} - name: Release shell: bash