Fix workflow name and permissions (#6040)

This commit is contained in:
Amy Galles
2025-10-16 11:06:30 -07:00
committed by GitHub
parent 3ace095b86
commit 53d04375b1
2 changed files with 4 additions and 4 deletions

View File

@@ -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:

View File

@@ -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: