Skip to content

Commit 450b361

Browse files
committed
Add an environment containing the secret token
This ensures that we only expose the token to this one job on `main`.
1 parent 5427bc5 commit 450b361

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-rtd-redirects.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ concurrency:
1616
jobs:
1717
update-rtd-redirects:
1818
runs-on: ubuntu-latest
19+
environment: RTD Deploys
1920
steps:
2021
- uses: actions/checkout@v3
2122
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)