Skip to content

Commit

Permalink
feat: Update CD.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanyHenriquez committed May 23, 2024
1 parent 27118d3 commit 97edc76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
git fetch --tags --force
gh release create $(svu next)
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.TOKEN }}

release:
name: Release
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.TOKEN }}

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
Expand All @@ -72,4 +72,4 @@ jobs:
version: "semver"
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}

0 comments on commit 97edc76

Please sign in to comment.