Skip to content

Commit de80fa0

Browse files
committed
updating metadata
1 parent ed7fd88 commit de80fa0

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,12 @@ on:
55
- main
66
workflow_dispatch:
77

8-
permissions:
9-
contents: read
10-
security-events: write
11-
actions: read
12-
138
jobs:
149
# Add Publisher Job here
1510
publish:
1611
uses: ./.github/workflows/publish.yml
1712
secrets: inherit
1813
permissions:
19-
id-token: write
14+
id-token: write
15+
contents: read
16+

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ permissions:
1111
contents: read
1212
security-events: write
1313
actions: read
14+
1415

1516
jobs:

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ jobs:
2222
python -m build
2323
- name: Publish package distributions to PyPI
2424
uses: pypa/gh-action-pypi-publish@release/v1
25+

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[metadata]
2-
name = guildmaster
2+
name = guildmaster-cli
33
version = 1.0.0
44
author = Damien Burks
55
author_email = [email protected]
66
description = A collection of scripts for managing Discord channels and other administrative tasks
77
long_description = file: README.md
88
long_description_content_type = text/markdown
9-
url = https://github.com/devsecblueprint/guildmaster
9+
url = https://github.com/devsecblueprint/guildmaster-cli
1010
classifiers =
1111
Programming Language :: Python :: 3
1212
License :: OSI Approved :: MIT License

0 commit comments

Comments
 (0)