Skip to content

Commit 238b2da

Browse files
committed
add token
1 parent baa2c7d commit 238b2da

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/workflows/create-release-branches.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,19 @@ on:
3030
default: true
3131
type: boolean
3232

33+
env:
34+
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}
35+
VERSION: ${github.event.inputs.version}
36+
REMOTE: ${github.event.inputs.remote}
37+
TAG: ${github.event.inputs.tag}
38+
EPICS: ${github.event.inputs.create_epics_branches}
39+
IBEX_GUI: ${github.event.inputs.create_ibex_gui_branch}
40+
SCRIPT_GENERATOR: ${github.event.inputs.create_script_gen_branch}
41+
UKTENA: ${github.event.inputs.create_uktena_branch}
42+
3343
jobs:
3444
create_release_branches:
3545
runs-on: ubuntu-latest
36-
env:
37-
VERSION: ${github.event.inputs.version}
38-
REMOTE: ${github.event.inputs.remote}
39-
TAG: ${github.event.inputs.tag}
40-
EPICS: ${github.event.inputs.create_epics_branches}
41-
IBEX_GUI: ${github.event.inputs.create_ibex_gui_branch}
42-
SCRIPT_GENERATOR: ${github.event.inputs.create_script_gen_branch}
43-
UKTENA: ${github.event.inputs.create_uktena_branch}
4446
steps:
4547
- uses: actions/checkout@v4
4648
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)