Skip to content

Commit

Permalink
docs: remember to set write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 2, 2024
1 parent 0a5ab99 commit 09bb1e7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bin/install.js
Expand Up @@ -106,5 +106,14 @@ module.exports = async ({ cwd } = {}) => {
)
)
console.log()

console.log(gray(' And write permissions for GitHub Actions:\n'))

console.log(
gray(
' - Actions > General > Workflow Permissions > Read and write permissions\n'
)
)

console.log(gray(` Perform an \`${white('npm install')}\` to finish it.`))
}

0 comments on commit 09bb1e7

Please sign in to comment.