Skip to content
Merged
Changes from 40 commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
b4160b9
Create test.yam
trouaux Apr 16, 2026
5477b70
typo
trouaux Apr 16, 2026
4a74cb0
Automatic application of license header
Apr 16, 2026
2c2c8eb
add generate-token step
trouaux Apr 16, 2026
c099e3a
Merge branch 'test-license' of https://github.com/cloudoperators/kube…
trouaux Apr 16, 2026
df63f7a
test license
trouaux Apr 16, 2026
b97898b
Automatic application of license header
Apr 16, 2026
41ba4a6
Delete test.yaml
trouaux Apr 16, 2026
db14391
test new common
trouaux Apr 20, 2026
9709747
Automatic application of license header
Apr 20, 2026
767c279
test sha
trouaux Apr 20, 2026
946f924
Merge branch 'test-license' of https://github.com/cloudoperators/kube…
trouaux Apr 20, 2026
c572a32
Update test.yaml
trouaux Apr 20, 2026
5b52744
Automatic application of license header
Apr 20, 2026
db58537
Update test.yaml
trouaux Apr 20, 2026
ecbcdbb
Update license.yaml
trouaux Apr 20, 2026
8f4dfce
Automatic application of license header
Apr 20, 2026
831b986
test without common
trouaux Apr 20, 2026
4ce3cc1
Automatic application of license header
Apr 20, 2026
46725e6
test with pas
trouaux Apr 20, 2026
2800658
Automatic application of license header
Apr 20, 2026
895e52f
test needs
trouaux Apr 20, 2026
bb963d3
Automatic application of license header
Apr 20, 2026
c58052b
change author name
trouaux Apr 20, 2026
da0b73c
Update test.yaml
trouaux Apr 20, 2026
d935962
Automatic application of license header
cloud-operator-bot[bot] Apr 20, 2026
b184337
force token
trouaux Apr 20, 2026
7da195e
solidify into 1 job
trouaux Apr 20, 2026
d4aafe3
Automatic application of license header
Apr 20, 2026
6569d2b
test with shared
trouaux Apr 20, 2026
109c001
test pas as input
trouaux Apr 20, 2026
cd9ed67
test from fork
trouaux Apr 20, 2026
dc9edb7
Automatic application of license header
Apr 20, 2026
786cbf2
debug token
trouaux Apr 20, 2026
2e50027
Automatic application of license header
Apr 20, 2026
251bd2e
Update license.yaml
trouaux Apr 20, 2026
05519e2
Merge branch 'test-license' of https://github.com/cloudoperators/kube…
trouaux Apr 20, 2026
987c152
Update test.yaml
trouaux Apr 20, 2026
cce7280
Automatic application of license header
Apr 20, 2026
6e15a07
shared license from main
trouaux Apr 21, 2026
0304c0a
use sha
trouaux Apr 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/license.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
types: [opened, synchronize, reopened]

jobs:
build-license-eye:
license:
name: Apply Licence Header
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
contents: write
uses: cloudoperators/common/.github/workflows/shared-license.yaml@main
secrets:
app_id: ${{ secrets.CLOUDOPERATOR_APP_ID }}
private_key: ${{ secrets.CLOUDOPERATOR_APP_PRIVATE_KEY }}
Loading