Skip to content

Commit 1a3783a

Browse files
committed
fix: release workflow credential retrieval script
1 parent 4f13309 commit 1a3783a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
PAT=$(aws secretsmanager get-secret-value \
8585
--secret-id "${DEPLOY_SECRET_ARN}" \
86-
| jq -r ".SecretString")
86+
| jq -r ".SecretString | fromjson | .Credential")
8787
echo "token=$PAT" >> $GITHUB_OUTPUT
8888
8989
- name: Create new version tag ${{ needs.extract-release-version.outputs.version }}

0 commit comments

Comments
 (0)