Skip to content

Commit ae51d71

Browse files
committed
gha wip
1 parent e9d5615 commit ae51d71

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/UpdatePlotlyArtifact.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ on:
99
jobs:
1010
update-artifact:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
14+
pull-requests: write
1215
env:
13-
GH_TOKEN: ${{ github.token }}
16+
GH_TOKEN: ${{ secrets.GIST_TOKEN }}
1417
steps:
1518
- uses: actions/checkout@v3
1619
- uses: julia-actions/setup-julia@v1

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
[![Build status](https://github.com/JuliaComputing/PlotlyLight.jl/workflows/CI/badge.svg)](https://github.com/JuliaComputing/PlotlyLight.jl/actions?query=workflow%3ACI+branch%3Amaster)
1+
[![Build](https://github.com/JuliaComputing/PlotlyLight.jl/workflows/CI/badge.svg)](https://github.com/JuliaComputing/PlotlyLight.jl/actions?query=workflow%3ACI+branch%3Amaster)
2+
[![Docs Build](https://github.com/JuliaComputing/PlotlyLight.jl/actions/workflows/Docs.yml/badge.svg)](https://github.com/JuliaComputing/PlotlyLight.jl/actions/workflows/Docs.yml)
3+
[![Plotly Artifact Updater](https://github.com/JuliaComputing/PlotlyLight.jl/actions/workflows/UpdatePlotlyArtifact.yml/badge.svg)](https://github.com/JuliaComputing/PlotlyLight.jl/actions/workflows/UpdatePlotlyArtifact.yml)
24
[![Codecov](https://codecov.io/gh/JuliaComputing/PlotlyLight.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaComputing/PlotlyLight.jl)
35

46
<h1 align="center">PlotlyLight</h1>

0 commit comments

Comments
 (0)