Skip to content

Commit

Permalink
Add correct permissions for pull-validate-kaniko-build-config workflow (
Browse files Browse the repository at this point in the history
#11266)

* Fix validaiton of kaniko config

* RUn workflwo on workflow change
  • Loading branch information
KacperMalachowski authored Jul 5, 2024
1 parent 55fdcf3 commit e6b6c21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pull-validate-kaniko-build-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
types: [opened, edited, synchronize, reopened, ready_for_review]
paths:
- "configs/kaniko-build-config.yaml"
- ".github/workflows/pull-validate-kaniko-build-config.yaml"

permissions:
id-token: write # This is required for requesting the JWT token
contents: read # This is required for actions/checkout

jobs:
validate-config:
Expand Down

0 comments on commit e6b6c21

Please sign in to comment.