diff --git a/.github/workflows/git-auto-commit.yml b/.github/workflows/git-auto-commit.yml index bf9bbcd..a217b1c 100644 --- a/.github/workflows/git-auto-commit.yml +++ b/.github/workflows/git-auto-commit.yml @@ -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 diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 152a509..6106be2 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -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 diff --git a/.github/workflows/update-changelog.yaml b/.github/workflows/update-changelog.yaml index e882088..02c4e66 100644 --- a/.github/workflows/update-changelog.yaml +++ b/.github/workflows/update-changelog.yaml @@ -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 diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index 396efac..04b1f87 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -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