mirror of
https://github.com/bitwarden/android.git
synced 2026-08-24 14:28:58 -05:00
[BRE-848] Add Workflow Permissions (#5389)
This commit is contained in:
@@ -3,10 +3,12 @@ name: Publish GitHub Release as newest
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
stub:
|
||||
runs-on: ubuntu-24.04
|
||||
name: Stub
|
||||
steps:
|
||||
- name: Stub
|
||||
run: echo "This is a stub job to trigger the workflow."
|
||||
run: echo "This is a stub job to trigger the workflow."
|
||||
|
||||
@@ -4,6 +4,8 @@ name: Publish
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
Reference in New Issue
Block a user