Skip to content

Commit

Permalink
Don't try to upload to store from unauthorized forks (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogTheFrog authored Aug 29, 2023
1 parent 802999e commit 2bcf2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,12 +308,12 @@ jobs:
path: /tmp/output/*.zip

- name: Upload plugins to store
if: ${{ matrix.upload == true }}
id: upload-plugins
env:
SUBMIT_AUTH_KEY: ${{ secrets.SUBMIT_AUTH_KEY }}
STORE_URL: ${{ secrets.STORE_URL }}
upload: ${{ matrix.upload }}
if: ${{ matrix.upload == true && env.SUBMIT_AUTH_KEY != '' }}
run: |
shopt -s dotglob
Expand Down

0 comments on commit 2bcf2c9

Please sign in to comment.