We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27fe3a9 commit 20a210dCopy full SHA for 20a210d
.github/workflows/secrets.yaml
@@ -4,11 +4,11 @@ on: [workflow_dispatch]
4
jobs:
5
build:
6
name: Run Script
7
- runs-on: ubuntu-latest
+ runs-on: [Windows, x64, Self-hosted]
8
steps:
9
- uses: actions/checkout@v1
10
- name: Script
11
run: .\script.ps1
12
shell: pwsh
13
env:
14
- MyVariable: ${{ secrets.MY_VARIABLE }}
+ MyVariable: ${{ secrets.R7_API_PW }}
0 commit comments