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 9813c2d commit e9d5615Copy full SHA for e9d5615
.github/workflows/UpdatePlotlyArtifact.yml
@@ -9,6 +9,8 @@ on:
9
jobs:
10
update-artifact:
11
runs-on: ubuntu-latest
12
+ env:
13
+ GH_TOKEN: ${{ github.token }}
14
steps:
15
- uses: actions/checkout@v3
16
- uses: julia-actions/setup-julia@v1
0 commit comments