You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Check for secrets needed to upload validation reports to GCP Cloud Storage
169
-
id: check-secrets
170
-
run: |
171
-
# FIXME: The below IF statement always returns false and therefore skips uploads even on branches from this repo. See https://github.com/MobilityData/gtfs-validator/issues/1128
172
-
if [ "${{ secrets.VALIDATOR_SA_KEY }}" != "" ]; then
173
-
echo "Secrets to upload validations reports to Google Cloud are configured in the repo."
174
-
echo "::set-output name=ok::true"
175
-
else
176
-
echo "Secrets are NOT configured to upload validation reports to Google Cloud - skipping upload. This is expected for pull requests from forks."
0 commit comments