Skip to content

Commit 964279b

Browse files
committed
gha wip
1 parent ae51d71 commit 964279b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/UpdatePlotlyArtifact.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919
- 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:"
2024
- run: julia deps/artifacts.jl
2125
- name: Check if Artifacts.toml changed
2226
id: check-changes

0 commit comments

Comments
 (0)