Skip to content

Commit

Permalink
URBIBBNA-44
Browse files Browse the repository at this point in the history
Github Credentials anpassen
  • Loading branch information
epam-vkerkhoff committed Jan 26, 2024
1 parent c5b09b0 commit 043b8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-flotte-gbfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ secrets.GITHUB_USERNAME }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: build commonsbooking2gbfs Docker image
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 043b8c7

Please sign in to comment.