Skip to content

Commit 77c77e7

Browse files
comment
1 parent 9bb811c commit 77c77e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +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+
# The string is build gradually to escaple GitHub string interpolation.
181182
TOKEN='${'
182183
TOKEN+="{ inputs.rspec-token-suffix || 'rspec-read' }"
183184
TOKEN+='}'

0 commit comments

Comments
 (0)