Add GOMEMLIMIT as env variable in Terraform for serverless implementa… #280
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish Schemas 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/[email protected] | |
# - name: Auth to GCP | |
# uses: google-github-actions/auth@v0 | |
# with: | |
# credentials_json: ${{ secrets.HONEYPOT_CI_CREDENTIALS }} | |
# - name: Upload schemas | |
# uses: google-github-actions/upload-cloud-storage@v0 | |
# with: | |
# path: schemas | |
# destination: registry.silverton.io | |
# parent: false |