Skip to content

Commit 20a210d

Browse files
authored
Update secrets.yaml
1 parent 27fe3a9 commit 20a210d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/secrets.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on: [workflow_dispatch]
44
jobs:
55
build:
66
name: Run Script
7-
runs-on: ubuntu-latest
7+
runs-on: [Windows, x64, Self-hosted]
88
steps:
99
- uses: actions/checkout@v1
1010
- name: Script
1111
run: .\script.ps1
1212
shell: pwsh
1313
env:
14-
MyVariable: ${{ secrets.MY_VARIABLE }}
14+
MyVariable: ${{ secrets.R7_API_PW }}

0 commit comments

Comments
 (0)