Skip to content

Commit fcf4219

Browse files
authored
Use deploy key for checkout stage.
1 parent a74b2d2 commit fcf4219

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pkg-update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
11+
with:
12+
ssh-key: ${{ secrets.DOCUMENTER_KEY }}
1113
- uses: julia-actions/setup-julia@v1
1214
with:
1315
version: '1' # Keep in sync with version that builds docs

0 commit comments

Comments
 (0)