Commit Graph
14 Commits
Author SHA1 Message Date
Stefan Zweifel 98d2782f49 Use v5 in README 2023-10-06 19:56:33 +02:00
Stefan Zweifel eb38c210f2 Use v5 in update-changelog Workflow 2023-10-06 19:56:27 +02:00
Stefan Zweifel 17a44b07bf Merge branch 'master' of github.com:stefanzweifel/git-auto-commit-action 2023-10-06 19:31:58 +02:00
Stefan Zweifel 43818d5044 Fix Typo 2023-10-06 19:30:48 +02:00
Stefan Zweifel 0b5f8a5333 Update Test 2023-03-28 14:46:47 +02:00
Stefan Zweifel 3a446b74f0 Merge branch 'master' of github.com:stefanzweifel/git-auto-commit-action 2023-02-15 19:45:07 +01:00
Stefan Zweifel 8e108d701f Fix docs about using in public forks
Update docs section about using the Action in public forks.

Add warning about current issue when the forks lives under an organisation.

Mark section about running a workflow in the head repository as outdated, as I was not able to reproduce this in test projects.

See https://github.com/stefanzweifel/git-auto-commit-action/issues/211#issuecomment-1428849944 for more details.
2023-02-15 19:44:45 +01:00
Stefan Zweifel 6436584fbb Fix Comment in README 2023-02-11 21:31:27 +01:00
Stefan Zweifel 6656e54255 Use actions/checkout@v3 in examples 2023-02-11 21:29:21 +01:00
Stefan Zweifel f0b35f0a73 Mention new permission requirements in usage docs
Starting February 2nd 2023, GitHub changed the default permissions of the GITHUB_TOKEN to be read-only in all new repositories.[1]

git-auto-commits needs `write`-permissions for the `contents`-key in order to work properly.
This commits updates the usage section, to mention the need for the permission requirements. The examples have also been updated to reflect that change.

[1]: https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/
2023-02-11 21:29:07 +01:00
Stefan Zweifel ccd4d054a5 Fix Typo in Workflow comments 2023-02-11 21:14:56 +01:00
Stefan Zweifel 94d6bf9d22 Add permissions block to Workflows 2023-02-11 12:23:24 +01:00
Stefan Zweifel f44d1cd002 Merge branch 'master' of github.com:stefanzweifel/git-auto-commit-action 2023-01-25 19:58:10 +01:00
Stefan Zweifel 92b3981e0b Update Author Email Address 2023-01-25 19:57:43 +01:00