Skip to content

Commit

Permalink
Use environment for action
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyshaw committed Jan 8, 2024
1 parent b88f445 commit 0afa0fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/poll_for_changed_configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
environment:
name: demo.space48apps.com
url: https://demo.space48apps.com

strategy:
matrix:
Expand Down Expand Up @@ -45,7 +48,7 @@ jobs:

- name: Connect to store
env:
URL: ${{ secrets.STENCIL_STORE_URL_PRODUCTION }}
URL: ${{ vars.STENCIL_STORE_URL_PRODUCTION }}
TOKEN: ${{ secrets.STENCIL_ACCESS_TOKEN_PRODUCTION }}
run: stencil init -u $URL -t $TOKEN -p 3000 -h https://api.bigcommerce.com

Expand Down

0 comments on commit 0afa0fd

Please sign in to comment.