Skip to content

Commit

Permalink
Export PAT definition in release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark R. Tuttle committed Nov 18, 2022
1 parent c0efd15 commit 3c73b3e
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 @@ -79,5 +79,5 @@ jobs:

- name: Publish release
run: |
VSCE_PAT=$(aws secretsmanager get-secret-value --secret-id $PAT_ID | jq -r '.SecretString')
export VSCE_PAT=$(aws secretsmanager get-secret-value --secret-id $PAT_ID | jq -r '.SecretString')
make publish

0 comments on commit 3c73b3e

Please sign in to comment.