Skip to content

Commit

Permalink
pat given
Browse files Browse the repository at this point in the history
  • Loading branch information
kasim-fb committed Nov 28, 2024
1 parent 3ffbd0d commit bc69ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
with:
token: ${{ secrets.GITHUB_TOKEN }} # Pass the GitHub token
token: ${{ secrets.RELEASE_TOKEN }} # Pass the GitHub token
tag_name: v$(cat VERSION.txt) # Use the version as the tag
release_name: Docker Image Release $(cat VERSION.txt)
body: |
Expand Down

0 comments on commit bc69ec6

Please sign in to comment.