Skip to content

Commit

Permalink
fix able to skip apply header license eye
Browse files Browse the repository at this point in the history
  • Loading branch information
kengou committed Sep 9, 2024
1 parent 207ea6c commit 64e2a2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/license.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ on:

jobs:
build-license-eye:
permissions:
contents: write # Only used when `apply_header: true` else the permission is `read` see: https://github.com/cloudoperators/common/blob/8f15c13b6f4c1631c7e6f6dff5c3300452e9b5b6/.github/workflows/shared-license.yaml#L21-L22
uses: cloudoperators/common/.github/workflows/shared-license.yaml@main
# with:
# apply_header: false

0 comments on commit 64e2a2b

Please sign in to comment.