Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ONEUI-7 committed Oct 23, 2024
1 parent f3cc20c commit b1d222d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.MY_TOKEN }}
with:
tag_name: ${{ env.VERSION }}
release_name: UY-Scuti ${{ env.VERSION }}
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
id: upload_release_asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.MY_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./UY-Sct_${{ env.VERSION }}.zip
Expand Down

0 comments on commit b1d222d

Please sign in to comment.