Skip to content

Commit

Permalink
change ci
Browse files Browse the repository at this point in the history
  • Loading branch information
noa-kogonia committed Dec 2, 2024
1 parent 37e0526 commit 04ecc51
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-Production-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.CI_DEV_GITHUB_TOKEN }}
persist-credentials: true

- name: Login to Github
env:
COMMIT_AUTHOR: ${{ secrets.CI_COMMIT_AUTHOR }}
Expand Down Expand Up @@ -48,7 +52,7 @@ jobs:
TAG: ${{env.PLUGIN_VERSION}}
uses: "actions/github-script@v5"
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
github-token: "${{ secrets.CI_DEV_GITHUB_TOKEN }}"
script: |
try {
await github.rest.repos.createRelease({
Expand Down

0 comments on commit 04ecc51

Please sign in to comment.