Skip to content

Commit 2e8ab06

Browse files
author
Jonathan Wenger
committed
Update pipeline to write creds file
1 parent 858c2cf commit 2e8ab06

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/gem-push.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ jobs:
2121
ruby-version: "2.6"
2222
bundler-cache: true # Caches gems between runs
2323

24+
- name: Write AvaTax credentials to credentials.yaml
25+
run: |
26+
cat <<EOF > spec/credentials.yaml
27+
endpoint: https://sandbox-rest.avatax.com
28+
username: "${{ secrets.SANDBOX_USERNAME }}"
29+
password: "${{ secrets.SANDBOX_PASSWORD }}"
30+
EOF
31+
2432
- name: Install dependencies
2533
run: bundle install
2634

0 commit comments

Comments
 (0)