Skip to content

Commit 0998908

Browse files
authored
use personal fork as stopgap solution (#1252)
1 parent afb6d0f commit 0998908

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/test-go-tfe/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ runs:
107107
TFE_ADMIN_SUPPORT_TOKEN: ${{ inputs.admin_support_token }}
108108
TFE_ADMIN_VERSION_MAINTENANCE_TOKEN: ${{ inputs.admin_version_maintenance_token }}
109109
TFC_RUN_TASK_URL: "http://testing-mocks.tfe:22180/runtasks/pass"
110-
GITHUB_POLICY_SET_IDENTIFIER: "hashicorp/test-policy-set"
111-
GITHUB_REGISTRY_MODULE_IDENTIFIER: "hashicorp/terraform-random-module"
110+
GITHUB_POLICY_SET_IDENTIFIER: "Maed223/test-policy-set"
111+
GITHUB_REGISTRY_MODULE_IDENTIFIER: "Maed223/terraform-random-module"
112112
GITHUB_REGISTRY_NO_CODE_MODULE_IDENTIFIER: "hashicorp/terraform-random-no-code-module"
113113
OAUTH_CLIENT_GITHUB_TOKEN: "${{ inputs.oauth-client-github-token }}"
114114
SKIP_HYOK_INTEGRATION_TESTS: "${{ inputs.skip-hyok-integration-tests }}"

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ jobs:
118118
TFE_ADMIN_SUPPORT_TOKEN: ${{ fromJSON(steps.tflocal.outputs.workspace-outputs-json).tfe_admin_token_by_role.support }}
119119
TFE_ADMIN_VERSION_MAINTENANCE_TOKEN: ${{ fromJSON(steps.tflocal.outputs.workspace-outputs-json).tfe_admin_token_by_role.version-maintenance }}
120120
TFC_RUN_TASK_URL: "http://testing-mocks.tfe:22180/runtasks/pass"
121-
GITHUB_POLICY_SET_IDENTIFIER: "hashicorp/test-policy-set"
122-
GITHUB_REGISTRY_MODULE_IDENTIFIER: "hashicorp/terraform-random-module"
121+
GITHUB_POLICY_SET_IDENTIFIER: "Maed223/test-policy-set"
122+
GITHUB_REGISTRY_MODULE_IDENTIFIER: "Maed223/terraform-random-module"
123123
GITHUB_REGISTRY_NO_CODE_MODULE_IDENTIFIER: "hashicorp/terraform-random-no-code-module"
124124
OAUTH_CLIENT_GITHUB_TOKEN: "${{ secrets.OAUTH_CLIENT_GITHUB_TOKEN }}"
125125
GO111MODULE: "on"

0 commit comments

Comments
 (0)