Skip to content

Commit

Permalink
Update pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sondregronas committed Aug 21, 2024
1 parent d4938dd commit f4889d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python-version: '3.12'

- name: Get piggybank
run: git clone --branch output https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/VaagenIM/piggybank piggybank-demo
run: git clone --branch output https://${{ secrets.PIGGYPAT }}@github.com/VaagenIM/piggybank piggybank-demo

- name: Spin up containers
run: docker compose -f docker-compose.pages.yml up -d
Expand Down

0 comments on commit f4889d8

Please sign in to comment.