You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: github-actions/pushing-back-to-git-repo.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,3 +33,9 @@ jobs:
33
33
git commit -am "Automated report"
34
34
git push
35
35
```
36
+
37
+
38
+
It it discussed on the github blog: [GitHub Actions: Control permissions for GITHUB\_TOKEN - GitHub Changelog](https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for-github_token/)
39
+
40
+
41
+
and here is the docs: [Automatic token authentication - GitHub Docs](https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token)
0 commit comments