Skip to content

Commit

Permalink
ci(ci/cd): set ci token
Browse files Browse the repository at this point in the history
  • Loading branch information
yacosta738 committed Dec 28, 2023
1 parent 4b2acdb commit ae5ec58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
run: |
npx semantic-release
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{ env.CI_GITHUB_TOKEN }}

package:
name: Package and Publish 📦
Expand Down
Empty file added CHANGELOG.md
Empty file.

0 comments on commit ae5ec58

Please sign in to comment.