We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b18d8f commit 1cf4c2bCopy full SHA for 1cf4c2b
1 file changed
.github/workflows/builder.yml
@@ -69,16 +69,14 @@ jobs:
69
run: echo "BUILD_ARGS=--test" >> $GITHUB_ENV
70
71
- name: Build plugin
72
- uses: home-assistant/builder@2023.08.0
+ uses: home-assistant/builder@2023.09.0
73
with:
74
args: |
75
$BUILD_ARGS \
76
--${{ matrix.arch }} \
77
--target /data \
78
--cosign \
79
--generic ${{ needs.init.outputs.version }}
80
- env:
81
- CAS_API_KEY: ${{ secrets.CAS_TOKEN }}
82
83
version:
84
name: Update version
0 commit comments