Skip to content

Commit

Permalink
Update ci-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SchulzeStTSI authored Sep 16, 2021
1 parent 917246d commit 5dad2e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
CF_SPACE: ${{ secrets.CF_SPACE }}
CF_USERNAME: ${{ secrets.CF_USERNAME }}
CF_PASSWORD: ${{ secrets.CF_PASSWORD }}
CF_DOCKER_USERNAME: ${{ github.actor }}
CF_DOCKER_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
CF_DOCKER_USERNAME: ${{ secrets.CF_DOCKER_USERNAME }}
CF_DOCKER_PASSWORD: ${{ secrets.CF_DOCKER_PASSWORD }}

0 comments on commit 5dad2e1

Please sign in to comment.