File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 94
94
id : set-server-path
95
95
uses : ansys/pydpf-actions/install-dpf-server@v2.3
96
96
with :
97
- dpf-standalone-TOKEN : ${{secrets.DPF_PIPELINE }}
97
+ dpf-standalone-TOKEN : ${{secrets.PYANSYS_CI_BOT_TOKEN }}
98
98
standalone_suffix : ${{ inputs.standalone_suffix }}
99
99
ANSYS_VERSION : ${{inputs.ANSYS_VERSION}}
100
100
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
id : set-server-path
106
106
uses : ansys/pydpf-actions/install-dpf-server@v2.3
107
107
with :
108
- dpf-standalone-TOKEN : ${{secrets.DPF_PIPELINE }}
108
+ dpf-standalone-TOKEN : ${{secrets.PYANSYS_CI_BOT_TOKEN }}
109
109
standalone_suffix : ${{ inputs.standalone_suffix }}
110
110
ANSYS_VERSION : ${{ inputs.ANSYS_VERSION || vars.ANSYS_VERSION_DEFAULT }}
111
111
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
id : set-server-path
102
102
uses : ansys/pydpf-actions/install-dpf-docker@v2.3
103
103
with :
104
- dpf-standalone-TOKEN : ${{secrets.DPF_PIPELINE }}
104
+ dpf-standalone-TOKEN : ${{secrets.PYANSYS_CI_BOT_TOKEN }}
105
105
standalone_suffix : ${{ inputs.standalone_suffix }}
106
106
ANSYS_VERSION : ${{ inputs.ANSYS_VERSION || vars.ANSYS_VERSION_DEFAULT }}
107
107
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
id : set-server-path
103
103
uses : ansys/pydpf-actions/install-dpf-server@v2.3
104
104
with :
105
- dpf-standalone-TOKEN : ${{secrets.DPF_PIPELINE }}
105
+ dpf-standalone-TOKEN : ${{secrets.PYANSYS_CI_BOT_TOKEN }}
106
106
standalone_suffix : ${{ inputs.standalone_suffix }}
107
107
ANSYS_VERSION : ${{ inputs.ANSYS_VERSION || vars.ANSYS_VERSION_DEFAULT }}
108
108
Original file line number Diff line number Diff line change 83
83
id : set-server-path
84
84
uses : ansys/pydpf-actions/install-dpf-docker@v2.3
85
85
with :
86
- dpf-standalone-TOKEN : ${{secrets.DPF_PIPELINE }}
86
+ dpf-standalone-TOKEN : ${{secrets.PYANSYS_CI_BOT_TOKEN }}
87
87
standalone_suffix : ${{ inputs.standalone_suffix }}
88
88
ANSYS_VERSION : ${{ inputs.ANSYS_VERSION || vars.ANSYS_VERSION_DEFAULT }}
89
89
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ jobs:
190
190
id : set-server-path
191
191
uses : ansys/pydpf-actions/install-dpf-server@v2.3
192
192
with :
193
- dpf-standalone-TOKEN : ${{secrets.DPF_PIPELINE }}
193
+ dpf-standalone-TOKEN : ${{secrets.PYANSYS_CI_BOT_TOKEN }}
194
194
standalone_suffix : ${{ inputs.standalone_suffix }}
195
195
ANSYS_VERSION : ${{ inputs.ANSYS_VERSION || vars.ANSYS_VERSION_DEFAULT }}
196
196
Original file line number Diff line number Diff line change 45
45
id : set-server-path
46
46
uses : ansys/pydpf-actions/install-dpf-server@v2.3
47
47
with :
48
- dpf-standalone-TOKEN : ${{secrets.DPF_PIPELINE }}
48
+ dpf-standalone-TOKEN : ${{secrets.PYANSYS_CI_BOT_TOKEN }}
49
49
standalone_suffix : ${{ github.event.inputs.standalone_branch_suffix || '' }}
50
50
ANSYS_VERSION : ${{ inputs.ANSYS_VERSION || vars.ANSYS_VERSION_DEFAULT }}
51
51
You can’t perform that action at this time.
0 commit comments