Skip to content

Commit

Permalink
.github/
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Jan 14, 2025
1 parent 6311d55 commit 78e99f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
if: github.repository_owner == 'envoyproxy'
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- run: |
du -ch bazel-bin/debs/debs
gsutil sync envoy-apt-cache://debs debs/import
ls -alh debs/import
- run: |
. ./build-repository.sh
import_public_key
Expand Down

0 comments on commit 78e99f9

Please sign in to comment.