Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
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
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
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
Other
ResourcePublisherToken
WolframScriptEntitlementID
Wolfram`PacletCICD`
C
r
e
a
t
e
P
u
b
l
i
s
h
e
r
T
o
k
e
n
C
r
e
a
t
e
P
u
b
l
i
s
h
e
r
T
o
k
e
n
[
]
c
r
e
a
t
e
s
a
t
o
k
e
n
f
o
r
t
h
e
c
u
r
r
e
n
t
$
C
l
o
u
d
U
s
e
r
I
D
a
n
d
$
P
u
b
l
i
s
h
e
r
I
D
t
h
a
t
c
a
n
b
e
u
s
e
d
f
o
r
s
o
m
e
a
u
t
h
e
n
t
i
c
a
t
i
o
n
w
i
t
h
t
h
e
r
e
s
o
u
r
c
e
s
y
s
t
e
m
.
C
r
e
a
t
e
P
u
b
l
i
s
h
e
r
T
o
k
e
n
[
"
n
a
m
e
"
]
g
i
v
e
s
t
h
e
t
o
k
e
n
t
h
e
s
p
e
c
i
f
i
e
d
n
a
m
e
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
8
)
Basic Examples
(
3
)
Load the PacletCICD package:
I
n
[
1
]
:
=
N
e
e
d
s
[
"
W
o
l
f
r
a
m
`
P
a
c
l
e
t
C
I
C
D
`
"
]
;
Create a publisher token using default settings:
I
n
[
1
]
:
=
t
o
k
e
n
=
C
r
e
a
t
e
P
u
b
l
i
s
h
e
r
T
o
k
e
n
[
]
O
u
t
[
1
]
=
P
u
b
l
i
s
h
e
r
T
o
k
e
n
O
b
j
e
c
t
T
o
k
e
n
:
h
U
x
r
P
Y
C
B
i
A
c
J
L
Z
d
b
•
•
•
•
•
•
C
r
e
a
t
o
r
:
r
i
c
h
a
r
d
h
-
t
e
s
t
i
n
g
-
1
@
e
x
a
m
p
l
e
.
c
o
m
Use the token for authentication with the resource system:
I
n
[
2
]
:
=
C
l
o
u
d
D
i
s
c
o
n
n
e
c
t
[
A
l
l
]
;
R
e
s
o
u
r
c
e
S
y
s
t
e
m
C
l
i
e
n
t
`
$
P
u
b
l
i
s
h
e
r
T
o
k
e
n
=
t
o
k
e
n
;
I
n
[
3
]
:
=
R
e
s
o
u
r
c
e
S
y
s
t
e
m
C
l
i
e
n
t
`
R
e
s
o
u
r
c
e
S
y
s
t
e
m
E
x
e
c
u
t
e
[
"
U
s
e
r
P
u
b
l
i
s
h
e
r
s
"
]
[
"
U
s
e
r
"
]
O
u
t
[
3
]
=
r
i
c
h
a
r
d
h
-
t
e
s
t
i
n
g
-
1
@
e
x
a
m
p
l
e
.
c
o
m
I
n
[
4
]
:
=
$
C
l
o
u
d
U
s
e
r
I
D
O
u
t
[
4
]
=
N
o
n
e
Compare to a normal unauthenticated request:
I
n
[
5
]
:
=
R
e
s
o
u
r
c
e
S
y
s
t
e
m
C
l
i
e
n
t
`
$
P
u
b
l
i
s
h
e
r
T
o
k
e
n
=
N
o
n
e
;
I
n
[
6
]
:
=
R
e
s
o
u
r
c
e
S
y
s
t
e
m
C
l
i
e
n
t
`
R
e
s
o
u
r
c
e
S
y
s
t
e
m
E
x
e
c
u
t
e
[
"
U
s
e
r
P
u
b
l
i
s
h
e
r
s
"
]
R
e
s
o
u
r
c
e
O
b
j
e
c
t
:
Y
o
u
m
u
s
t
c
o
n
n
e
c
t
t
o
t
h
e
W
o
l
f
r
a
m
c
l
o
u
d
t
o
u
s
e
t
h
e
r
e
s
o
u
r
c
e
.
P
l
e
a
s
e
u
s
e
C
l
o
u
d
C
o
n
n
e
c
t
t
o
e
s
t
a
b
l
i
s
h
a
c
o
n
n
e
c
t
i
o
n
w
i
t
h
t
h
e
W
o
l
f
r
a
m
c
l
o
u
d
.
O
u
t
[
6
]
=
$
F
a
i
l
e
d
Copy a string representation of the token to the clipboard in order to use it as
a
w
o
r
k
f
l
o
w
s
e
c
r
e
t
:
I
n
[
7
]
:
=
t
o
k
e
n
[
"
T
o
k
e
n
S
t
r
i
n
g
"
]
/
/
C
o
p
y
T
o
C
l
i
p
b
o
a
r
d
Cloud authentication is required for any token modification:
I
n
[
8
]
:
=
C
l
o
u
d
C
o
n
n
e
c
t
[
]
O
u
t
[
8
]
=
r
i
c
h
a
r
d
h
-
t
e
s
t
i
n
g
-
1
@
e
x
a
m
p
l
e
.
c
o
m
Delete the token:
I
n
[
9
]
:
=
D
e
l
e
t
e
O
b
j
e
c
t
[
t
o
k
e
n
]
O
u
t
[
9
]
=
S
u
c
c
e
s
s
✓
M
e
s
s
a
g
e
:
T
h
e
t
o
k
e
n
w
a
s
s
u
c
c
e
s
s
f
u
l
l
y
d
e
l
e
t
e
d
.
T
a
g
:
T
o
k
e
n
D
e
l
e
t
e
d
Create a named publisher token:
I
n
[
1
]
:
=
t
o
k
e
n
=
C
r
e
a
t
e
P
u
b
l
i
s
h
e
r
T
o
k
e
n
[
"
M
y
E
x
a
m
p
l
e
T
o
k
e
n
"
]
O
u
t
[
1
]
=
P
u
b
l
i
s
h
e
r
T
o
k
e
n
O
b
j
e
c
t
T
o
k
e
n
:
c
6
Y
2
T
e
T
g
N
D
S
t
9
z
B
2
•
•
•
•
•
•
N
a
m
e
:
M
y
E
x
a
m
p
l
e
T
o
k
e
n
Retrieve the token by name:
I
n
[
2
]
:
=
P
u
b
l
i
s
h
e
r
T
o
k
e
n
O
b
j
e
c
t
[
"
M
y
E
x
a
m
p
l
e
T
o
k
e
n
"
]
O
u
t
[
2
]
=
P
u
b
l
i
s
h
e
r
T
o
k
e
n
O
b
j
e
c
t
T
o
k
e
n
:
c
6
Y
2
T
e
T
g
N
D
S
t
9
z
B
2
•
•
•
•
•
•
N
a
m
e
:
M
y
E
x
a
m
p
l
e
T
o
k
e
n
I
n
[
3
]
:
=
D
e
l
e
t
e
O
b
j
e
c
t
[
t
o
k
e
n
]
O
u
t
[
3
]
=
S
u
c
c
e
s
s
✓
M
e
s
s
a
g
e
:
T
h
e
t
o
k
e
n
w
a
s
s
u
c
c
e
s
s
f
u
l
l
y
d
e
l
e
t
e
d
.
T
a
g
:
T
o
k
e
n
D
e
l
e
t
e
d
O
p
t
i
o
n
s
(
4
)
P
o
s
s
i
b
l
e
I
s
s
u
e
s
(
1
)
S
e
e
A
l
s
o
P
u
b
l
i
s
h
e
r
T
o
k
e
n
O
b
j
e
c
t
▪
C
r
e
a
t
e
L
i
c
e
n
s
e
E
n
t
i
t
l
e
m
e
n
t
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
"
"