We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae134f commit bea5baeCopy full SHA for bea5bae
.github/workflows/cicd.yaml
@@ -10,10 +10,17 @@ on:
10
types: [opened, reopened, synchronize]
11
workflow_dispatch:
12
13
+permissions:
14
+ id-token: write
15
+ contents: write
16
+ actions: write
17
+ checks: write
18
+ issues: write
19
+ pull-requests: write
20
+
21
jobs:
22
call-workflow:
- uses: IvanJosipovic/KubernetesCRDModelGen/.github/workflows/cicd-template.yaml@alpha
23
+ uses: IvanJosipovic/KubernetesCRDModelGen/.github/workflows/cicd-template.yaml@main
24
secrets:
25
GH_TOKEN: ${{ secrets.GHPAT }}
-
- NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
26
+ NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
0 commit comments