Skip to content

Commit

Permalink
fix: use temporary gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
arealmaas committed Feb 28, 2024
1 parent 40e5485 commit c1118ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: google-github-actions/release-please-action@v4
id: release
with:
token: ${{ secrets.GH_TOKEN_RELEASE_PLEASE }}
token: ${{ secrets.GH_TOKEN_RELEASE_PLEASE_TEST }}
release-type: simple

generate-git-short-sha:
Expand Down

0 comments on commit c1118ae

Please sign in to comment.