Skip to content

Commit 65e261a

Browse files
authored
chore: GHA release - use GITHUB_TOKEN (#27)
Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>
1 parent 3919cea commit 65e261a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency:
99
cancel-in-progress: false
1010

1111
env:
12-
GH_TOKEN: ${{ secrets.ORB_CI_GH_TOKEN }}
12+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1313
SEMANTIC_RELEASE_PACKAGE: ${{ github.repository }}
1414
PYTHON_RUNTIME_VERSION: "3.11"
1515
APP_NAME: diode-sdk-python

0 commit comments

Comments
 (0)