Skip to content

Commit

Permalink
🤖 Fix uki job
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed May 13, 2024
1 parent fad896c commit 6df7b79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/reusable-uki-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ on:

jobs:
test-uki:
permissions:
id-token: write # OIDC support
contents: write
actions: read
security-events: write
runs-on: kvm
env:
FLAVOR: ${{ inputs.flavor }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/uki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
flavor_release: 40
base_image: fedora:40
uses: ./.github/workflows/reusable-uki-test.yaml
secrets: inherit
with:
base_image: ${{ matrix.base_image }}
family: ${{ matrix.family }}
Expand Down

0 comments on commit 6df7b79

Please sign in to comment.