Skip to content

fix: revert assertions tuple key order change (#123) #64

fix: revert assertions tuple key order change (#123)

fix: revert assertions tuple key order change (#123) #64

Workflow file for this run

name: push
on:
push:
branches:
- main
paths:
- openfga/**/*.proto
- buf.md
- buf.lock
- README.md
workflow_dispatch:
permissions:
contents: read
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.5.4
with:
fetch-depth: 0
- uses: bufbuild/buf-setup-action@a9cf7d0e410e4e9166fd3ffacd119a2cf0d50f2b # v1.27.1-1
with:
version: "1.15.1"
- uses: bufbuild/buf-push-action@a654ff18effe4641ebea4a4ce242c49800728459 # v1.2.0
with:
buf_token: ${{ secrets.BUF_TOKEN }}
- name: Send PagerDuty alert on failure
if: ${{ failure() }}
uses: miparnisari/[email protected]
with:
pagerduty-integration-key: ${{ secrets.PAGERDUTY_INTEGRATION_KEY }}
incident-summary: "Problem pushing OpenFGA Buf module to Buf Registry"