Skip to content

Commit e1a249c

Browse files
committed
Finish rename.
1 parent 28da566 commit e1a249c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77
workflow_dispatch:
88

99
env:
10-
# https://github.com/jonpugh/github-runner/settings/secrets/actions/JONPUGH_GITHUB_TOKEN_ADMIN
10+
# https://github.com/operations-project/github-runner-starter/settings/secrets/actions/JONPUGH_GITHUB_TOKEN_ADMIN
1111
GITHUB_TOKEN: "${{ secrets.JONPUGH_GITHUB_TOKEN_ADMIN }}"
1212
RUNNER_CONFIG_NAME: "jonpugh@github-runner.${{ github.run_id }}"
1313

1414
jobs:
1515
create:
1616
name: Create Runner
1717
# Testing github hosted.
18-
# runs-on: jonpugh/github-runner
18+
# runs-on: operations-project/github-runner-starter
1919
runs-on: ubuntu-latest
2020
env:
2121
# Set unique name for each item in the matrix.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "jonpugh/github-runner",
2+
"name": "operations-project/github-runner-starter",
33
"description": "A shell script for launching github runners.",
44
"type": "library",
55
"license": "MIT",

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
services:
55
runner:
66
# image: geerlingguy/docker-${MOLECULE_DISTRO:-rockylinux8}-ansible:latest
7-
image: jonpugh/github-runner
7+
image: operations-project/github-runner-starter
88
hostname: localhost
99
volumes:
1010
- ./:/github-runner-starter

0 commit comments

Comments
 (0)