Skip to content

Commit

Permalink
Opendata Key/Secret
Browse files Browse the repository at this point in the history
  • Loading branch information
epam-vkerkhoff committed Jan 25, 2024
1 parent 60ebd92 commit fc47c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-barshare-gbfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
- build-and-push-image
env:
MOQO_ACCESS_TOKEN: "${{ secrets.MOQO_ACCESS_TOKEN }}"
MINIO_ACCESS_KEY: "${{ secrets.MINIO_ACCESS_KEY }}"
MINIO_SECRET_KEY: "${{ secrets.MINIO_SECRET_KEY }}"
MINIO_ACCESS_KEY: "${{ secrets.OPENDATA_KEY }}"
MINIO_SECRET_KEY: "${{ secrets.OPENDATA_SECRET }}"
steps:
- uses: actions/checkout@v2
- name: Deploy Stack
Expand Down

0 comments on commit fc47c46

Please sign in to comment.