Fix Cosign Image build (#95328)

This commit is contained in:
Pascal Vizeli
2023-06-27 09:29:45 +02:00
committed by GitHub
parent c2f7e5840b
commit c3d02d68b7
21 changed files with 104 additions and 40 deletions

View File

@@ -324,6 +324,10 @@ jobs:
if: github.repository_owner == 'home-assistant'
needs: ["init", "build_base"]
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
id-token: write
steps:
- name: Checkout the repository
uses: actions/checkout@v3.5.3