Skip to content

Commit

Permalink
Drop production env push
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane committed Jun 6, 2024
1 parent ce48132 commit 8eb8602
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 34 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/buf-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Buf CI
on:
push:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
delete:
permissions:
contents: read
pull-requests: write
env:
BUF_VERSION: "1.32.2"
jobs:
buf:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: bufbuild/[email protected]
with:
token: ${{ secrets.BUF_TOKEN }}
34 changes: 0 additions & 34 deletions .github/workflows/buf.yaml

This file was deleted.

0 comments on commit 8eb8602

Please sign in to comment.