Skip to content

Commit bea5bae

Browse files
committed
chore: update .github/workflows/cicd.yaml
1 parent eae134f commit bea5bae

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/cicd.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,17 @@ on:
1010
types: [opened, reopened, synchronize]
1111
workflow_dispatch:
1212

13+
permissions:
14+
id-token: write
15+
contents: write
16+
actions: write
17+
checks: write
18+
issues: write
19+
pull-requests: write
20+
1321
jobs:
1422
call-workflow:
15-
uses: IvanJosipovic/KubernetesCRDModelGen/.github/workflows/cicd-template.yaml@alpha
23+
uses: IvanJosipovic/KubernetesCRDModelGen/.github/workflows/cicd-template.yaml@main
1624
secrets:
1725
GH_TOKEN: ${{ secrets.GHPAT }}
18-
19-
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
26+
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)