mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2024-11-06 02:08:05 +00:00
Fix Typo in Workflow comments
This commit is contained in:
parent
94d6bf9d22
commit
ccd4d054a5
3
.github/workflows/git-auto-commit.yml
vendored
3
.github/workflows/git-auto-commit.yml
vendored
@ -11,8 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
# Give the default GITHUB_TOKEN write permission to commit and push the
|
||||
# updaetd CHANGELOG back to the repository.
|
||||
# Give the default GITHUB_TOKEN write permission.
|
||||
# https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/
|
||||
contents: write
|
||||
|
||||
|
3
.github/workflows/release-drafter.yml
vendored
3
.github/workflows/release-drafter.yml
vendored
@ -10,8 +10,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
# Give the default GITHUB_TOKEN write permission to commit and push the
|
||||
# updaetd CHANGELOG back to the repository.
|
||||
# Give the default GITHUB_TOKEN write permission.
|
||||
# https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/
|
||||
contents: write
|
||||
|
||||
|
2
.github/workflows/update-changelog.yaml
vendored
2
.github/workflows/update-changelog.yaml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
|
||||
permissions:
|
||||
# Give the default GITHUB_TOKEN write permission to commit and push the
|
||||
# updaetd CHANGELOG back to the repository.
|
||||
# updated CHANGELOG back to the repository.
|
||||
# https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/
|
||||
contents: write
|
||||
|
||||
|
3
.github/workflows/versioning.yml
vendored
3
.github/workflows/versioning.yml
vendored
@ -9,8 +9,7 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
|
||||
permissions:
|
||||
# Give the default GITHUB_TOKEN write permission to commit and push the
|
||||
# updaetd CHANGELOG back to the repository.
|
||||
# Give the default GITHUB_TOKEN write permission.
|
||||
# https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/
|
||||
contents: write
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user