File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 component : ${{ matrix.component }}
4040 arch : ${{ matrix.arch }}
4141 platform : ${{ matrix.platform }}
42- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42+ github-token : ${{ secrets.GITHUB_TOKEN }}
4343
4444 merge :
4545 runs-on : ubuntu-latest
7171 component : ${{ matrix.component }}
7272 tag : ${{ env.TAG_NAME }}
7373 arch : amd64,arm64
74- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
74+ github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 - name : " Install kwctl"
107107 uses : kubewarden/github-actions/kwctl-installer@0f1672d63bd3572f204917d68390d87f7430069a # v5.0.0
108108 with :
109- KWCTL_VERSION : latest
109+ kwctl-version : latest
110110
111111 - run : sudo npm install -g bats
112112
Original file line number Diff line number Diff line change 8787 component : ${{ matrix.component }}
8888 arch : ${{ matrix.arch }}
8989 platform : ${{ matrix.platform }}
90- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
90+ github-token : ${{ secrets.GITHUB_TOKEN }}
9191
9292 merge-containers :
9393 name : Merge multi-arch manifests
@@ -106,7 +106,7 @@ jobs:
106106 component : ${{ matrix.component }}
107107 tag : ${{ github.ref_name }}
108108 arch : amd64,arm64
109- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
109+ github-token : ${{ secrets.GITHUB_TOKEN }}
110110
111111 build-kwctl :
112112 name : Build kwctl binaries
@@ -135,7 +135,7 @@ jobs:
135135 with :
136136 component : ${{ matrix.component }}
137137 arch : ${{ matrix.arch }}
138- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
138+ github-token : ${{ secrets.GITHUB_TOKEN }}
139139
140140 release :
141141 name : Create release
You can’t perform that action at this time.
0 commit comments