There was an error while loading. Please reload this page.
1 parent 858c2cf commit 2e8ab06Copy full SHA for 2e8ab06
.github/workflows/gem-push.yml
@@ -21,6 +21,14 @@ jobs:
21
ruby-version: "2.6"
22
bundler-cache: true # Caches gems between runs
23
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
+
32
- name: Install dependencies
33
run: bundle install
34
0 commit comments