Skip to content

Commit

Permalink
Adding GITHUB TOKEN to Achilles GA script
Browse files Browse the repository at this point in the history
  • Loading branch information
alondhe committed Jan 3, 2024
1 parent 68ae861 commit 5571b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/achilles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Create certs folder
run: mkdir -p ./certs
- name: Build and run achilles container
run: docker-compose --env-file .env --profile achilles up -d
run: GITHUB_PAT=${{ secrets.GITHUB_TOKEN }} docker-compose --env-file .env --profile achilles up -d
- name: Use busybox container to grab log file and verify no errors
run: |
sleep 30
Expand Down

0 comments on commit 5571b5e

Please sign in to comment.