Skip to content

Commit

Permalink
Merge pull request #249 from s3rj1k/all-in-one
Browse files Browse the repository at this point in the history
Disable permissions explicitly in build step.
  • Loading branch information
andywolk authored Mar 29, 2024
2 parents d5b55f1 + 2febcd1 commit 3c0ec24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
type: string
PLATFORM:
required: true
description: Default Linux Arch (amd64/armhf/...)
description: Default Linux Arch (amd64/arm32v7/...)
type: string
DOCKERFILE:
required: true
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cicd-docker-build-and-distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
type: string
PLATFORM:
required: true
description: Default Linux Arch (amd64/armhf/...)
description: Default Linux Arch (amd64/arm32v7/...)
type: string
DOCKERFILE:
required: true
Expand Down Expand Up @@ -102,6 +102,7 @@ on:
jobs:
build:
runs-on: ${{ inputs.RUNNER }}
permissions: {}
environment: ${{ inputs.ENVIRONMENT }}
steps:

Expand Down

0 comments on commit 3c0ec24

Please sign in to comment.