We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb811c commit 77c77e7Copy full SHA for 77c77e7
.github/workflows/test-update-rule-metadata.yml
@@ -178,6 +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
+ # The string is build gradually to escaple GitHub string interpolation.
182
TOKEN='${'
183
TOKEN+="{ inputs.rspec-token-suffix || 'rspec-read' }"
184
TOKEN+='}'
0 commit comments