Skip to content

Commit

Permalink
FIX: Change github token
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Elsayed committed Oct 14, 2020
1 parent 0c79d32 commit 841c8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Upload release asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{github.workspace}}/${{ github.event.repository.name }}.zip
Expand Down

0 comments on commit 841c8b5

Please sign in to comment.