From 53d04375b16cafbb1ebdf089b8d2128bb62d9ff8 Mon Sep 17 00:00:00 2001 From: Amy Galles <9685081+AmyLGalles@users.noreply.github.com> Date: Thu, 16 Oct 2025 11:06:30 -0700 Subject: [PATCH] Fix workflow name and permissions (#6040) --- .github/workflows/publish-github-release-bwa.yml | 4 ++-- .github/workflows/publish-github-release-bwpm.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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: