Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
IdanKoblik committed Jan 11, 2025
1 parent 7717567 commit f430b61
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/callable.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_AUTH }}
GIT_USER: ${{ secrets.GIT_USER }}
GH_AUTH: ${{ secrets.GH_AUTH }}
GL_AUTH: ${{ secrets.GL_AUTH }}
Expand All @@ -44,8 +44,7 @@ jobs:
- name: Upload
uses: IdanKoblik/Changelog@prod
env:
GITHUB_SHA: ${{ github.sha }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_AUTH }}
with:
version: ${{ inputs.VERSION }}
assets: '["./build/distributions/*.zip"]'

0 comments on commit f430b61

Please sign in to comment.