Skip to content

Commit 0b67516

Browse files
authored
Don't use base64 encoded key with actions/checkout.
1 parent fcf4219 commit 0b67516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkg-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
with:
12-
ssh-key: ${{ secrets.DOCUMENTER_KEY }}
12+
ssh-key: ${{ secrets.DOCUMENTER_KEY_NO_BASE64 }}
1313
- uses: julia-actions/setup-julia@v1
1414
with:
1515
version: '1' # Keep in sync with version that builds docs

0 commit comments

Comments
 (0)