From: Daniele Varrazzo Date: Sat, 6 Mar 2021 00:26:55 +0000 (+0100) Subject: ci: get token to rebuild docs from secrets X-Git-Tag: 3.0.dev0~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7423a7cf92705458ec1fde16a065059bff0b7f42;p=thirdparty%2Fpsycopg.git ci: get token to rebuild docs from secrets --- diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 72eaa32d5..2478b483b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,4 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Trigger docs build - run: TRAVIS_BRANCH=master ./tools/travis_update_docs.sh + run: ./tools/travis_update_docs.sh + env: + TRAVIS_BRANCH: master + TRAVIS_TOKEN: ${{ secrets.TRAVIS_TOKEN }}