Skip to content

Commit

Permalink
use GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Sep 21, 2023
1 parent ce03ba5 commit c5de8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Upload zip to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.UPLOAD_ASSERT_TO_RELEASE_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ github.workspace }}/custom_components/volvooncall_cn/volvooncall_cn.zip
asset_name: volvooncall_cn.zip
tag: ${{ github.ref }}
Expand Down

0 comments on commit c5de8cf

Please sign in to comment.