Skip to content

Commit

Permalink
fix: release workflow credential retrieval script (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
5d authored Sep 27, 2024
1 parent 4f13309 commit 1e77782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: |
PAT=$(aws secretsmanager get-secret-value \
--secret-id "${DEPLOY_SECRET_ARN}" \
| jq -r ".SecretString")
| jq -r ".SecretString | fromjson | .Credential")
echo "token=$PAT" >> $GITHUB_OUTPUT
- name: Create new version tag ${{ needs.extract-release-version.outputs.version }}
Expand Down

0 comments on commit 1e77782

Please sign in to comment.