We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I got this error while trying to publish my github pages. fatal: Authentication failed for 'https://github.com/amrirasyidi/pmed.git/'
fatal: Authentication failed for 'https://github.com/amrirasyidi/pmed.git/'
I followed the instruction from here and use the script in this repo as the yaml file as such:
name: Zola on GitHub Pages on: push: branches: - master jobs: build: name: Publish site runs-on: ubuntu-latest steps: - name: Checkout master uses: actions/checkout@v3.0.0 - name: Build and deploy uses: shalzz/zola-deploy-action@v0.17.2 env: GITHUB_TOKEN:
I provided the GITHUB_TOKEN ofc.
What can I do to fix this error?
The text was updated successfully, but these errors were encountered:
I found success after changing the workflow permission to read and write.
This can be found in Settings -> Actions -> General -> Workflow permissions in the repository you're trying to deploy.
Settings -> Actions -> General -> Workflow permissions
Let me know if this helps
Sorry, something went wrong.
Sorry to bump, I got the same problem today.
The solution worked for me but I think it should be detailed in the official documentation (maybe troubleshooting section?).
If you get a permissions denied error, you may need to change the workflow permissions to read and write in Settings > Actions > Workflow permissions.
From the docs so it is there, but maybe the screenshot could help too.
I guess #88 would automatically solve this as permissions are explicitly requested
No branches or pull requests
I got this error while trying to publish my github pages.
fatal: Authentication failed for 'https://github.com/amrirasyidi/pmed.git/'
I followed the instruction from here and use the script in this repo as the yaml file as such:
I provided the GITHUB_TOKEN ofc.
What can I do to fix this error?
The text was updated successfully, but these errors were encountered: