Bump sigstore/gh-action-sigstore-python from f909491f27c345faa936da468c9ddfac57cbeb49 to 27dac9cce16c9883a0d4b51c9e0a520102d68016 #519
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: add RTD links | |
| on: | |
| pull_request_target: | |
| types: [opened, reopened, edited] | |
| jobs: | |
| add_rtd_link: | |
| permissions: | |
| pull-requests: write | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: readthedocs/actions/preview@v1 | |
| with: | |
| project-slug: "montepy" |