Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish-github-release-bwa.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Password Manager and Authenticator GitHub Release as newest
name: Publish Authenticator GitHub Release as newest

on:
workflow_dispatch:
Expand All @@ -7,7 +7,7 @@ on:
permissions:
contents: write
id-token: write
actions: read
actions: write

jobs:
publish-release-authenticator:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-github-release-bwpm.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -8,7 +8,7 @@ on:
permissions:
contents: write
id-token: write
actions: read
actions: write

jobs:
publish-release-password-manager:
Expand Down
Loading