We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebcfaef commit bc97495Copy full SHA for bc97495
.github/workflows/check-contracts-and-assets.yml
@@ -124,6 +124,7 @@ jobs:
124
# Provide API key secret, and endpoint variable created in previous steps
125
gable-api-key: ${{secrets.GABLE_API_KEY}}
126
gable-api-endpoint: ${{secrets.GABLE_API_ENDPOINT}}
127
+ allow-gable-pre-release: true
128
# List of paths to Avro files that should be checked with support for glob syntax.
129
# Can either be specified as a space separated list ('event1.proto event2.proto'), or
130
# a multiline string
0 commit comments