Skip to content

Commit

Permalink
use depot with secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiryous committed Dec 10, 2024
1 parent f741cc8 commit 8c8e938
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-pr-e2e-build-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
- name: Bake Docker images
uses: depot/bake-action@v1
with:
project: qxmcmqzhnd
token: ${{ secrets.DEPOT_TOKEN }}
project: ${{ secrets.DEPOT_PROJECT }}
workdir: .
files: |
tests/e2e_tests/docker-compose-e2e-mysql.yml
Expand Down

0 comments on commit 8c8e938

Please sign in to comment.