diff --git a/.github/workflows/publish-github-release-bwa.yml b/.github/workflows/publish-github-release-bwa.yml index eede7b9b9a..59fe758002 100644 --- a/.github/workflows/publish-github-release-bwa.yml +++ b/.github/workflows/publish-github-release-bwa.yml @@ -1,4 +1,4 @@ -name: Publish Password Manager and Authenticator GitHub Release as newest +name: Publish Authenticator GitHub Release as newest on: workflow_dispatch: @@ -7,7 +7,7 @@ on: permissions: contents: write id-token: write - actions: read + actions: write jobs: publish-release-authenticator: diff --git a/.github/workflows/publish-github-release-bwpm.yml b/.github/workflows/publish-github-release-bwpm.yml index 073fb8e4dd..8874602bf2 100644 --- a/.github/workflows/publish-github-release-bwpm.yml +++ b/.github/workflows/publish-github-release-bwpm.yml @@ -1,4 +1,4 @@ -name: Publish Password Manager and Authenticator GitHub Release as newest +name: Publish Password Manager GitHub Release as newest on: workflow_dispatch: @@ -8,7 +8,7 @@ on: permissions: contents: write id-token: write - actions: read + actions: write jobs: publish-release-password-manager: