diff --git a/.github/workflows/release-new-action-version.yml b/.github/workflows/release-new-action-version.yml index 0b64c97..bae9462 100644 --- a/.github/workflows/release-new-action-version.yml +++ b/.github/workflows/release-new-action-version.yml @@ -10,6 +10,7 @@ on: env: TAG_NAME: ${{ github.event.inputs.TAG_NAME || github.event.release.tag_name }} + permissions: contents: write diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 891aa95..3dbbc6f 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -10,6 +10,9 @@ on: - main - releases/** +permissions: + contents: read + jobs: # Build and unit test build: @@ -57,6 +60,7 @@ jobs: path: | test-cache ~/test-cache + test-restore: needs: test-save strategy: @@ -104,6 +108,7 @@ jobs: with: key: test-proxy-${{ github.run_id }} path: test-cache + test-proxy-restore: needs: test-proxy-save runs-on: ubuntu-latest