From: Sebastián Ramírez Date: Mon, 20 Jul 2020 15:45:28 +0000 (+0200) Subject: 🔒 Use personal access token to trigger docs previews X-Git-Tag: 0.60.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62c23ab5fa08fbbad471675bf01dcbe11063a714;p=thirdparty%2Ffastapi%2Ffastapi.git 🔒 Use personal access token to trigger docs previews --- diff --git a/.github/workflows/watch-docs-previews.yml b/.github/workflows/watch-docs-previews.yml index b3253b9c67..358f430781 100644 --- a/.github/workflows/watch-docs-previews.yml +++ b/.github/workflows/watch-docs-previews.yml @@ -10,4 +10,4 @@ jobs: - uses: actions/checkout@v2 - uses: ./.github/actions/watch-previews with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.ACTIONS_TOKEN }}