Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Search
Browse
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Random Paclet
Alphabetical List
More…
Using Paclets
Learn More about
Wolfram Language
Create a Paclet
Get Started
Download Definition Notebook
Loading...
PacletCICD
Tutorials
GitHub Actions Quick Start
Guides
Continuous Integration and Deployment
Custom CI/CD Workflows
Workflows
Tech Notes
License Entitlements and Repository Secrets
Symbols
BuildPaclet
CheckPaclet
CreatePublisherToken
ExampleDirectory
GitHubSecret
PublisherTokenObject
SubmitPaclet
WorkflowEvaluate
WorkflowExport
WorkflowJob
WorkflowJobQ
Workflow
WorkflowQ
WorkflowStep
WorkflowStepQ
WorkflowValue
show more
(11)
Other
ResourcePublisherToken
WolframScriptEntitlementID
Wolfram`PacletCICD`
G
i
t
H
u
b
S
e
c
r
e
t
G
i
t
H
u
b
S
e
c
r
e
t
[
"
n
a
m
e
"
]
r
e
p
r
e
s
e
n
t
s
a
G
i
t
H
u
b
s
e
c
r
e
t
t
h
a
t
c
a
n
b
e
u
s
e
d
i
n
w
o
r
k
f
l
o
w
s
.
Examples
(
1
)
Basic Examples
(
1
)
Create a
W
o
r
k
f
l
o
w
S
t
e
p
that uses a GitHub secret:
I
n
[
1
]
:
=
s
t
e
p
=
W
o
r
k
f
l
o
w
S
t
e
p
"
N
a
m
e
"
"
H
e
l
l
o
-
W
o
r
l
d
"
,
"
R
u
n
"
"
w
o
l
f
r
a
m
s
c
r
i
p
t
-
c
o
d
e
'
P
r
i
n
t
[
h
e
l
l
o
]
'
"
,
"
E
n
v
i
r
o
n
m
e
n
t
"
"
W
O
L
F
R
A
M
S
C
R
I
P
T
_
E
N
T
I
T
L
E
M
E
N
T
I
D
"
G
i
t
H
u
b
S
e
c
r
e
t
[
"
W
O
L
F
R
A
M
S
C
R
I
P
T
_
E
N
T
I
T
L
E
M
E
N
T
I
D
"
]
O
u
t
[
1
]
=
W
o
r
k
f
l
o
w
S
t
e
p
N
a
m
e
:
H
e
l
l
o
-
W
o
r
l
d
C
o
d
e
:
P
r
i
n
t
[
h
e
l
l
o
]
I
n
[
2
]
:
=
s
t
e
p
[
"
Y
A
M
L
"
]
O
u
t
[
2
]
=
n
a
m
e
:
H
e
l
l
o
-
W
o
r
l
d
r
u
n
:
w
o
l
f
r
a
m
s
c
r
i
p
t
-
c
o
d
e
'
P
r
i
n
t
[
h
e
l
l
o
]
'
e
n
v
:
W
O
L
F
R
A
M
S
C
R
I
P
T
_
E
N
T
I
T
L
E
M
E
N
T
I
D
:
$
{
{
s
e
c
r
e
t
s
.
W
O
L
F
R
A
M
S
C
R
I
P
T
_
E
N
T
I
T
L
E
M
E
N
T
I
D
}
}
S
e
e
A
l
s
o
W
o
r
k
f
l
o
w
S
t
e
p
▪
W
o
r
k
f
l
o
w
E
v
a
l
u
a
t
e
▪
W
o
r
k
f
l
o
w
J
o
b
▪
W
o
r
k
f
l
o
w
T
e
c
h
N
o
t
e
s
▪
L
i
c
e
n
s
e
E
n
t
i
t
l
e
m
e
n
t
s
a
n
d
R
e
p
o
s
i
t
o
r
y
S
e
c
r
e
t
s
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
W
o
r
k
f
l
o
w
s
"
"