Skip to content

Commit 3f9cdd4

Browse files
Fix test
1 parent 34716b9 commit 3f9cdd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-update-rule-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
echo "Testing that vault secrets include GitHub token..."
179179
180180
# 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
181+
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
182182
echo "✓ GitHub token vault secret path found"
183183
else
184184
echo "✗ GitHub token vault secret path not found in vault step"

0 commit comments

Comments
 (0)