Skip to content

Commit a49113b

Browse files
authored
chore: GHA release - use GITHUB_TOKEN (#48)
Signed-off-by: Michal Fiedorowicz <[email protected]>
1 parent 2f5a863 commit a49113b

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-netbox-plugin

0 commit comments

Comments
 (0)