Skip to content

Commit

Permalink
Make repo secrets available to GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sshaw committed Feb 3, 2024
1 parent 2aafe5a commit 6ce75df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
jobs:
test:
runs-on: ubuntu-latest
env:
SHOPIFY_DOMAIN: "${{ secrets.SHOPIFY_DOMAIN }}"
SHOPIFY_TOKEN: "${{ secrets.SHOPIFY_TOKEN }}"
strategy:
matrix:
ruby: ['3.2', '3.1', '3.0', '2.7', '2.6', '2.5', '2.4' ]
Expand Down

0 comments on commit 6ce75df

Please sign in to comment.