Skip to content

Commit

Permalink
bump this too while we're here
Browse files Browse the repository at this point in the history
  • Loading branch information
jakthom committed Apr 21, 2023
1 parent 677478e commit a5dbfa1
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/deploy-schemas.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
# name: Publish schemas to registry
name: Publish Schema to Registry

# on:
# push:
# branches:
# - main

# jobs:
# deploy-schemas:
# runs-on: ubuntu-latest
# permissions:
# contents: read
# id-token: write
# steps:
# - name: Checkout repository
# uses: actions/checkout@v2
on:
push:
branches:
- main

jobs:
deploy-schemas:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Checkout repository
uses: actions/[email protected]
# - name: Auth to GCP
# uses: google-github-actions/auth@v0
# with:
Expand Down

0 comments on commit a5dbfa1

Please sign in to comment.