Skip to content

Commit

Permalink
.github/
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax committed Aug 4, 2023
1 parent 39029f6 commit fee1c83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/envoy-prechecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Envoy/prechecks

permissions:
contents: read
# This wont work else something is v broken
packages: read

on:
push:
Expand Down Expand Up @@ -45,6 +43,9 @@ jobs:
managed: true
uses: ./.github/workflows/_ci.yml
name: CI ${{ matrix.target }}
permissions:
contents: read
packages: read
with:
target: ${{ matrix.target }}
rbe: ${{ matrix.rbe }}
Expand Down

0 comments on commit fee1c83

Please sign in to comment.