We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae51d71 commit 964279bCopy full SHA for 964279b
.github/workflows/UpdatePlotlyArtifact.yml
@@ -17,6 +17,10 @@ jobs:
17
steps:
18
- uses: actions/checkout@v3
19
- uses: julia-actions/setup-julia@v1
20
+ - name: Configure git for HTTPS authentication
21
+ run: |
22
+ git config --global url."https://${{ secrets.GIST_TOKEN }}@github.com/".insteadOf "git@github.com:"
23
+ git config --global url."https://${{ secrets.GIST_TOKEN }}@gist.github.com/".insteadOf "git@gist.github.com:"
24
- run: julia deps/artifacts.jl
25
- name: Check if Artifacts.toml changed
26
id: check-changes
0 commit comments