[BRE-848] Add Workflow Permissions (#5389)

This commit is contained in:
Andy Pixley
2025-06-27 13:00:05 -04:00
committed by GitHub
parent 3ee74d3ec5
commit 6ebcab7b86
2 changed files with 5 additions and 1 deletions

View File

@@ -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."

View File

@@ -4,6 +4,8 @@ name: Publish
on:
workflow_dispatch:
permissions: {}
jobs:
publish:
runs-on: ubuntu-24.04