Skip to content

Commit 3c73b3e

Browse files
author
Mark R. Tuttle
committed
Export PAT definition in release workflow.
1 parent c0efd15 commit 3c73b3e

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
@@ -79,5 +79,5 @@ jobs:
7979

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

0 commit comments

Comments
 (0)