We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a3241b commit 5693321Copy full SHA for 5693321
.github/workflows/build-wheel-release-upload.yml
@@ -11,6 +11,8 @@ jobs:
11
uses: Billingegroup/release-scripts/.github/workflows/_build-wheel-release-upload.yml@v0
12
with:
13
project: diffpy.utils
14
+ github_admin_username: sbillinge
15
+
16
secrets:
17
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
18
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
news/set-github-admin.rst
@@ -0,0 +1,23 @@
1
+**Added:**
2
3
+* sbillinge username as the authorized admin for GitHub release workflow in `build-wheel-release-upload.yml`
4
5
+**Changed:**
6
7
+* <news item>
8
9
+**Deprecated:**
10
+**Removed:**
+**Fixed:**
19
20
21
+**Security:**
22
23
0 commit comments