Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • 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
    • 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`
PublisherTokenObject
​
PublisherTokenObject
[…]
represents a token that can be used for some authentication with the resource system.
​
​
PublisherTokenObject
[…][prop]
gives the specified property of the publisher token.
​
Details and Options

Examples  
(2)
Basic Examples  
(2)
Load the PacletCICD package:
In[1]:=
Needs["Wolfram`PacletCICD`"];
​
Create a publisher token using default settings:
In[1]:=
token=
CreatePublisherToken
[]
Out[1]=
PublisherTokenObject
Token:
feDt88UaAVkwtp27••••••
Creator: richardh-testing-1@example.com

Get a list of the available properties:
In[2]:=
token["Properties"]
Out[2]=
{AllowedEndpoints,AllowedURLs,ClickToCopy,CreationDate,Creator,CreatorUUID,Dataset,ExpirationDate,Name,Properties,PublisherID,PublisherUUID,ResourceSystemBase,TokenByteArray,TokenString,Version}
Get a
Dataset
of property values:
In[3]:=
token["Dataset"]
Out[3]=
Name
None
Creator
richardh-testing-1@example.com
PublisherID
SamplePublisher
CreationDate
Wed 23 Mar 2022 21:27:58
ExpirationDate
None
AllowedEndpoints
{
…
12
}
ResourceSystemBase
https://www.wolframcloud.com/obj/resourcesystem/api/1.0
Version
1
TokenByteArray
ByteArray
70 bytes

CreatorUUID
e1cda2fe-8e45-4fe2-b235-69c9d6850a5b
PublisherUUID
39f6e806-fbe2-4ff5-9881-aaf48aef30ab
Delete the token:
In[4]:=
DeleteObject[token]
Out[4]=
Success
✓
Message: The token was successfully deleted.
Tag: TokenDeleted

SeeAlso
CreatePublisherToken
 
▪
CreateLicenseEntitlement
TechNotes
▪
License Entitlements and Repository Secrets
RelatedGuides
▪
Workflows
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com