Skip to content

Commit

Permalink
Setup Runner: Auto-populate repo details
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Apr 18, 2024
1 parent f1f42c4 commit fa36f02
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/configure-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ name: Create Selfhosted Runner
on:
workflow_dispatch:
inputs:
GITHUB_REPO:
description: 'Repository'
default: 'sounddrill31/crave_aosp_builder'
required: true
RUNNER_TOKEN:
description: 'This is the runner token, not PAT'
required: true
Expand Down Expand Up @@ -59,4 +55,4 @@ jobs:
echo "Runner token found"
fi
cd actions-runner
./config.sh --unattended --url "https://github.com/${{ inputs.GITHUB_REPO }}" --token "${{ inputs.RUNNER_TOKEN }}""
./config.sh --unattended --url "https://github.com/${{ github.repository }}" --token "${{ inputs.RUNNER_TOKEN }}""

0 comments on commit fa36f02

Please sign in to comment.