Skip to content

Commit

Permalink
ci: add github token to atlas action env (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
noamcattan authored Jul 28, 2024
1 parent 46a6a34 commit af229c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/full.ecommerce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
--health-timeout 5s
--health-retries 10
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit af229c1

Please sign in to comment.