Using secrets.GITHUB_TOKEN
and the new configuration for write access to contents during GitHub actions via:
permissions:
contents: write # Allow write permission to GITHUB_TOKEN to commit to deploy branch.
Also, using checkout@v3
now.
Using secrets.GITHUB_TOKEN
and the new configuration for write access to contents during GitHub actions via:
permissions:
contents: write # Allow write permission to GITHUB_TOKEN to commit to deploy branch.
Also, using checkout@v3
now.