We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf4219 commit 0b67516Copy full SHA for 0b67516
.github/workflows/pkg-update.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- uses: actions/checkout@v2
11
with:
12
- ssh-key: ${{ secrets.DOCUMENTER_KEY }}
+ ssh-key: ${{ secrets.DOCUMENTER_KEY_NO_BASE64 }}
13
- uses: julia-actions/setup-julia@v1
14
15
version: '1' # Keep in sync with version that builds docs
0 commit comments