mirror of
https://github.com/bitwarden/android.git
synced 2026-04-22 04:17:12 -05:00
Fix workflow name and permissions (#6040)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user