Skip to content

Commit 78cb13a

Browse files
authored
ci: Use PYANSYS_CI_BOT_TOKEN to install DPF (#2385)
1 parent ca59669 commit 78cb13a

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
id: set-server-path
9595
uses: ansys/pydpf-actions/[email protected]
9696
with:
97-
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}}
97+
dpf-standalone-TOKEN: ${{secrets.PYANSYS_CI_BOT_TOKEN}}
9898
standalone_suffix: ${{ inputs.standalone_suffix }}
9999
ANSYS_VERSION : ${{inputs.ANSYS_VERSION}}
100100

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
id: set-server-path
106106
uses: ansys/pydpf-actions/[email protected]
107107
with:
108-
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}}
108+
dpf-standalone-TOKEN: ${{secrets.PYANSYS_CI_BOT_TOKEN}}
109109
standalone_suffix: ${{ inputs.standalone_suffix }}
110110
ANSYS_VERSION : ${{ inputs.ANSYS_VERSION || vars.ANSYS_VERSION_DEFAULT }}
111111

.github/workflows/examples_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
id: set-server-path
102102
uses: ansys/pydpf-actions/[email protected]
103103
with:
104-
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}}
104+
dpf-standalone-TOKEN: ${{secrets.PYANSYS_CI_BOT_TOKEN}}
105105
standalone_suffix: ${{ inputs.standalone_suffix }}
106106
ANSYS_VERSION : ${{ inputs.ANSYS_VERSION || vars.ANSYS_VERSION_DEFAULT }}
107107

.github/workflows/pydpf-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
id: set-server-path
103103
uses: ansys/pydpf-actions/[email protected]
104104
with:
105-
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}}
105+
dpf-standalone-TOKEN: ${{secrets.PYANSYS_CI_BOT_TOKEN}}
106106
standalone_suffix: ${{ inputs.standalone_suffix }}
107107
ANSYS_VERSION : ${{ inputs.ANSYS_VERSION || vars.ANSYS_VERSION_DEFAULT }}
108108

.github/workflows/test_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
id: set-server-path
8484
uses: ansys/pydpf-actions/[email protected]
8585
with:
86-
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}}
86+
dpf-standalone-TOKEN: ${{secrets.PYANSYS_CI_BOT_TOKEN}}
8787
standalone_suffix: ${{ inputs.standalone_suffix }}
8888
ANSYS_VERSION : ${{ inputs.ANSYS_VERSION || vars.ANSYS_VERSION_DEFAULT }}
8989

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
id: set-server-path
191191
uses: ansys/pydpf-actions/[email protected]
192192
with:
193-
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}}
193+
dpf-standalone-TOKEN: ${{secrets.PYANSYS_CI_BOT_TOKEN}}
194194
standalone_suffix: ${{ inputs.standalone_suffix }}
195195
ANSYS_VERSION : ${{ inputs.ANSYS_VERSION || vars.ANSYS_VERSION_DEFAULT }}
196196

.github/workflows/update_operators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
id: set-server-path
4646
uses: ansys/pydpf-actions/[email protected]
4747
with:
48-
dpf-standalone-TOKEN: ${{secrets.DPF_PIPELINE}}
48+
dpf-standalone-TOKEN: ${{secrets.PYANSYS_CI_BOT_TOKEN}}
4949
standalone_suffix: ${{ github.event.inputs.standalone_branch_suffix || '' }}
5050
ANSYS_VERSION : ${{ inputs.ANSYS_VERSION || vars.ANSYS_VERSION_DEFAULT }}
5151

0 commit comments

Comments
 (0)