mirror of
https://github.com/bitwarden/android.git
synced 2026-03-12 21:24:24 -05:00
[BRE-848] Add Workflow Permissions (#5389)
This commit is contained in:
4
.github/workflows/publish-github-release.yml
vendored
4
.github/workflows/publish-github-release.yml
vendored
@@ -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."
|
||||
|
||||
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -4,6 +4,8 @@ name: Publish
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
Reference in New Issue
Block a user