File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 55 - main
66 workflow_dispatch :
77
8- permissions :
9- contents : read
10- security-events : write
11- actions : read
12-
138jobs :
149 # Add Publisher Job here
1510 publish :
1611 uses : ./.github/workflows/publish.yml
1712 secrets : inherit
18- permissions :
19- id-token : write
13+
Original file line number Diff line number Diff line change @@ -11,5 +11,6 @@ permissions:
1111 contents : read
1212 security-events : write
1313 actions : read
14+
1415
1516jobs:
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ name: Publish Artifacts
33on :
44 workflow_call :
55
6+ permissions :
7+ id-token : write
8+ contents : read
9+
610jobs :
711 pypi-publish :
812 name : Upload Release to PyPI
2226 python -m build
2327 - name : Publish package distributions to PyPI
2428 uses : pypa/gh-action-pypi-publish@release/v1
29+
Original file line number Diff line number Diff line change 11[metadata]
2- name = guildmaster
2+ name = guildmaster-cli
33version = 1.0.0
44author = Damien Burks
5566description = A collection of scripts for managing Discord channels and other administrative tasks
77long_description = file: README.md
88long_description_content_type = text/markdown
9- url = https://github.com/devsecblueprint/guildmaster
9+ url = https://github.com/devsecblueprint/guildmaster-cli
1010classifiers =
1111 Programming Language :: Python :: 3
1212 License :: OSI Approved :: MIT License
You can’t perform that action at this time.
0 commit comments