We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34716b9 commit 3f9cdd4Copy full SHA for 3f9cdd4
.github/workflows/test-update-rule-metadata.yml
@@ -178,7 +178,7 @@ jobs:
178
echo "Testing that vault secrets include GitHub token..."
179
180
# Test that the vault step retrieves a GitHub token for private rspec repo access
181
- if grep -A10 "Get vault secrets" update-rule-metadata/action.yml | grep -q "development/github/token/{REPO_OWNER_NAME_DASH}-rspec-read"; then
+ if grep -A10 "Get vault secrets" update-rule-metadata/action.yml | grep -q "development/github/token/{REPO_OWNER_NAME_DASH}-${{ inputs.rspec-token-suffix"; then
182
echo "✓ GitHub token vault secret path found"
183
else
184
echo "✗ GitHub token vault secret path not found in vault step"
0 commit comments