Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/seal-runtime-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
ref: ${{ github.sha }}
persist-credentials: false
- name: Create canonical Infra SealedSecret Draft PR
uses: Team-PinLog/infra/.github/actions/sealedsecret-infra-pr@ee325683ee2fb99ee47b07c11d02396b33701e0b
uses: Team-PinLog/infra/.github/actions/sealedsecret-infra-pr@9e3b3c98fdaa83c78ad31b6f9e3a4894249ca238
env:
JWT_PRIVATE_KEY: ${{ secrets.JWT_PRIVATE_KEY }}
GOOGLE_CLIENT_ID: ${{ secrets.GOOGLE_CLIENT_ID }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class RuntimeSecretWorkflowContractTests {
private static final Path BACKEND_CI = Path.of(".github/workflows/backend-ci.yml");
private static final String ACTION =
"Team-PinLog/infra/.github/actions/sealedsecret-infra-pr"
+ "@ee325683ee2fb99ee47b07c11d02396b33701e0b";
+ "@9e3b3c98fdaa83c78ad31b6f9e3a4894249ca238";

/** 스텝을 이름으로 집는다. checkout은 {@code name}이 없어 {@code uses}가 신원이다. */
private static final String CHECKOUT = "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683";
Expand Down
Loading