.github/workflows/documentation.yml in rimless-1.4.0 vs .github/workflows/documentation.yml in rimless-1.4.1

- old
+ new

@@ -23,9 +23,10 @@ - name: Prepare the virtual environment uses: hausgold/actions/ci@master with: clone_token: '${{ secrets.CLONE_TOKEN }}' + settings_secret_key: '${{ secrets.SETTINGS_SECRET_KEY }}' settings: '${{ github.repository }}' target: ci/gem-test - name: Build gem documentation run: make docs