Skip to content

Commit

Permalink
(BSR) ci: add permissions: write-all to build/deploy workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kopax-polyconseil committed Jan 4, 2024
1 parent 4e430c8 commit bdedca8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/dev_on_dispatch_release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
required: true
type: string

permissions: write-all

jobs:
build-and-tag-version:
name: "Build and tag version"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/dev_on_dispatch_release_build_hotfix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: "[Deployment] Create a hotfix release"

run-name: "Create a hotfix release from ${{ github.ref }}"

on: workflow_dispatch
on:
workflow_dispatch

permissions: write-all

jobs:
check-worflow-ref:
Expand Down

0 comments on commit bdedca8

Please sign in to comment.