We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf9c56 commit 511571aCopy full SHA for 511571a
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
10
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
11
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
12
- runs-on: ubuntu-latest
+ runs-on: self-hosted
13
steps:
14
- uses: actions/checkout@v6
15
if: ${{ env.VERCEL_TOKEN && env.VERCEL_ORG_ID && env.VERCEL_PROJECT_ID }}
0 commit comments