diff --git a/.github/workflows/sync-docs-from-cli-repo.yml b/.github/workflows/sync-docs-from-cli-repo.yml index 026e5a5d..33068e03 100644 --- a/.github/workflows/sync-docs-from-cli-repo.yml +++ b/.github/workflows/sync-docs-from-cli-repo.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Generate a GitHub token id: ghtoken - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v2 with: app-id: ${{ secrets.GH_APP_ID }} owner: slackapi