Skip to content

Commit

Permalink
Fix submitter action
Browse files Browse the repository at this point in the history
  • Loading branch information
enen92 committed Mar 13, 2021
1 parent bd34443 commit 10f92a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/addon-submitter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
env: # Make sure you create the below secrets (GH_TOKEN and EMAIL)
GH_USERNAME: ${{ github.repository_owner }}
GH_TOKEN: ${{secrets.GH_TOKEN}}
EMAIL: ${{secrets.EMAIL}}
EMAIL: ${{secrets.GH_EMAIL}}

- name: Create Github Release
id: create_release
Expand Down

0 comments on commit 10f92a7

Please sign in to comment.