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 d5e74e9 commit e3a7665Copy full SHA for e3a7665
.github/workflows/deploy_package.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
PAT=$(aws secretsmanager get-secret-value \
44
--secret-id "$DEPLOY_SECRET_ARN" \
45
- | jq ".SecretString | fromjson | .Credential")
+ | jq -r ".SecretString | fromjson | .Credential")
46
echo "token=$PAT" >> $GITHUB_OUTPUT
47
48
- name: Checkout repo
0 commit comments