Skip to content

Commit

Permalink
ci: use personal token
Browse files Browse the repository at this point in the history
  • Loading branch information
lnoss committed Dec 20, 2023
1 parent 5ec7bcd commit ac3946b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ jobs:
draft: true
generateReleaseNotes: true
makeLatest: true
token: ${{ secrets.PERSO_TOKEN }}
- name: Upload release assets
uses: AButler/[email protected]
with:
files: "firefox-addon-${{ steps.package-version.outputs.current-version }}.zip;chromium-addon-${{ steps.package-version.outputs.current-version }}.zip"
repo-token: ${{ secrets.PERSO_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-id: ${{ steps.release-action.outputs.id }}

0 comments on commit ac3946b

Please sign in to comment.