Skip to content

Commit

Permalink
Updated workflow permissions to enable image publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sflanker committed Sep 2, 2024
1 parent d61b85b commit 2b9542f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/delivery.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build portage
run-name: "Build & Scan Portage CD Images"
permissions:
contents: read
checks: write
packages: write
on:
workflow_dispatch:
pull_request:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/manual-delivery.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: manual-image-build
run-name: "Docker Action Image Build and Push: ${{ github.event.head_commit.message }}"
permissions:
contents: read
packages: write
on:
workflow_dispatch:
jobs:
Expand Down

0 comments on commit 2b9542f

Please sign in to comment.