Skip to content

cleaning up repo #33

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions actions_secrets.tf

This file was deleted.

80 changes: 0 additions & 80 deletions encode_jwt.py

This file was deleted.

3 changes: 2 additions & 1 deletion runner_workspaces.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ locals {
name = "github-runners-${repo}"
repo_topics = [
"terraform-tools",
"github-actions"
"github-actions",
"github-runners-workspace"
]
}
]
Expand Down