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 d02cf04 commit fca0d67Copy full SHA for fca0d67
.github/workflows/deploy.yml
@@ -26,6 +26,7 @@ jobs:
26
if: vars.DEPLOY_WITH_WORKFLOWS != ''
27
env:
28
WORKFLOWS_REPO: '${{ vars.DEPLOY_WITH_WORKFLOWS }}'
29
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
run: |
31
set -x &&
32
WORKFLOWS_OWNER="${WORKFLOWS_REPO%%/*}" &&
0 commit comments