mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 09:56:45 -06:00
[BRE-848] Add Workflow Permissions (#5389)
This commit is contained in:
parent
3ee74d3ec5
commit
6ebcab7b86
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user