Skip to content

Commit

Permalink
fix(cicd): change to GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
sfopsbot committed Dec 15, 2023
1 parent 811b30a commit a951573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
image: 'sfp-lite-rc'
secrets:
username: ${{ secrets.DOCKER_USERNAME }}
token: ${{ secrets.DOCKER_SECRET }}
token: ${{ secrets.GITHUB_TOKEN }}
needs: [ build-docker-lite ]


Expand Down

0 comments on commit a951573

Please sign in to comment.