Skip to content
Compare
Choose a tag to compare
@AhsanAyaz AhsanAyaz released this 07 Mar 03:34

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.