Skip to content

Commit edfe06d

Browse files
authored
Merge pull request #1660 from kubewarden/fix-ci
fix(ci): fix breaking input name changes from kubewarden/github-actions
2 parents e1b2a2b + 1d2d9d2 commit edfe06d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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
@@ -71,4 +71,4 @@ jobs:
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 }}

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
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

0 commit comments

Comments
 (0)