We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5727c8c commit e801fdaCopy full SHA for e801fda
.github/workflows/ci.yml
@@ -104,6 +104,8 @@ jobs:
104
- name: Deploy Develop
105
if: github.ref == 'refs/heads/develop' && github.event_name == 'push'
106
uses: upsetjs/actions-gh-pages@sgratzl
107
+ env:
108
+ ACTIONS_ALLOW_UNSECURE_COMMANDS: true
109
with:
110
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
111
external_repository: upsetjs/upsetjs.github.io
0 commit comments