diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml index 66bc2998..64798f65 100644 --- a/.github/workflows/generate-docs.yml +++ b/.github/workflows/generate-docs.yml @@ -9,6 +9,9 @@ jobs: steps: - name: checkout repo uses: actions/checkout@v2 + with: + token: ${{ secrets.PROTECTED_BRANCH_PUSH_TOKEN }} + ref: 'master' - name: setup ruby uses: ruby/setup-ruby@v1