We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1345cc3 commit 0e7c145Copy full SHA for 0e7c145
.github/workflows/db-update.yml
@@ -98,7 +98,7 @@ jobs:
98
uses: actions/checkout@v4
99
- name: Resolve API commit/version
100
id: resolve
101
- if: ${{ secrets.API_TEST_REFRESH_TOKEN != '' }}
+ # The composite action itself checks for a missing token and will skip resolution when none is provided.
102
uses: ./.github/actions/resolve-api-meta
103
with:
104
api_base_url: ${{ inputs.API_BASE_URL }}
@@ -336,4 +336,3 @@ jobs:
336
echo "Secret $SECRET_NAME does not exist in project $PROJECT_ID, creating..."
337
echo -n "$SECRET_VALUE" | gcloud secrets create $SECRET_NAME --data-file=- --replication-policy="automatic" --project=$PROJECT_ID
338
fi
339
-
0 commit comments