Skip to content

Commit

Permalink
Trying to use org secret for Github pat
Browse files Browse the repository at this point in the history
  • Loading branch information
alondhe committed Jan 4, 2024
1 parent 5571b5e commit 00df003
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/achilles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
uses: actions/checkout@v3
- name: Create certs folder
run: mkdir -p ./certs
- name: Write Github PAT secret file
run: echo ${{ secrets.GH_TOKEN }} > ./secrets/github_pat
- name: Build and run achilles container
run: GITHUB_PAT=${{ secrets.GITHUB_TOKEN }} docker-compose --env-file .env --profile achilles up -d
run: 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 00df003

Please sign in to comment.