ghaction-github-pages icon indicating copy to clipboard operation
ghaction-github-pages copied to clipboard

Push to remote repo does not work

Open HavenDV opened this issue 2 years ago • 0 comments

Behaviour

Steps to reproduce this issue

It seems that github changed something and push to the remote repository stopped working. image

Expected behaviour

Tell me what should happen

Actual behaviour

Tell me what happens instead

Configuration

  • Repository URL (if public):
  • Build URL (if public):

    - name: Deploy WebAssembly to other repository GitHub Pages
      if: inputs.deploy-web-assembly-path != '' &&
          env.CONVENTIONAL-COMMITS-PUBLISH-CONDITIONS == 'true' &&
          inputs.deploy-web-assembly-repo != ''
      uses: crazy-max/ghaction-github-pages@v2
      with:
        target_branch: gh-pages
        build_dir: ${{ inputs.deploy-web-assembly-path }}
        repo: ${{ inputs.deploy-web-assembly-repo }}
        jekyll: false
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
        GH_PAT: ${{ secrets.personal-token }}

Logs

Download the log file of your build and attach it to this issue.

HavenDV avatar Oct 17 '22 12:10 HavenDV