Skip to content

Commit

Permalink
vars instead of secret
Browse files Browse the repository at this point in the history
  • Loading branch information
ehibes committed Oct 21, 2023
1 parent bb6b1f3 commit ab61589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
APP_ENV: test
DATABASE_URL: "mysql://root:[email protected]/sylius?serverVersion=${{ matrix.mysql }}"
DPD_API_PICKUP_POINTS_KEY: ${{ secrets.DPD_API_PICKUP_POINTS_KEY }}
DPD_API_PICKUP_POINTS_KEY: ${{ vars.DPD_API_PICKUP_POINTS_KEY }}

steps:
-
Expand Down

0 comments on commit ab61589

Please sign in to comment.