Skip to content

Commit

Permalink
correct workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Oct 24, 2024
1 parent 7426c13 commit 816b7cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e_aks_runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:

jobs:
test_matrix:
secrets: inherit
permissions:
contents: read
packages: write
steps:
- name: Install `az` with extensions
run: |
Expand Down Expand Up @@ -40,7 +44,3 @@ jobs:
runner: ubuntu-22.04
self-hosted: false
run-without-nix: true
secrets: inherit
permissions:
contents: read
packages: write

0 comments on commit 816b7cc

Please sign in to comment.