Skip to content

Commit 79ffc70

Browse files
Bump home-assistant/builder from 2023.08.0 to 2023.09.0 (#121)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
1 parent 6175f56 commit 79ffc70

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/builder.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,14 @@ jobs:
7070
run: echo "BUILD_ARGS=--test" >> $GITHUB_ENV
7171

7272
- name: Build plugin
73-
uses: home-assistant/builder@2023.08.0
73+
uses: home-assistant/builder@2023.09.0
7474
with:
7575
args: |
7676
$BUILD_ARGS \
7777
--${{ matrix.arch }} \
7878
--cosign \
7979
--target /data \
8080
--generic ${{ needs.init.outputs.version }}
81-
env:
82-
CAS_API_KEY: ${{ secrets.CAS_TOKEN }}
8381
8482
version:
8583
name: Update version

0 commit comments

Comments
 (0)