HASH fcc280a41a6e
DATE 2025-01-19
SUBJECT ci: just use kunzen key
FILES 1 CHANGED
HASH fcc280a41a6e
DATE 2025-01-19
SUBJECT ci: just use kunzen key
FILES 1 CHANGED
┌─ .github/workflows/check.yaml ─────────────────────────────────────────────┐
│ diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml │
│ index 1c5f22e..b35a02f 100644 │
│ --- a/.github/workflows/check.yaml │
│ +++ b/.github/workflows/check.yaml │
│ @@ -17,12 +17,11 @@ jobs: │
│ - name: Checkout │
│ uses: actions/checkout@v4 │
│ │
│ + # Get access to kunzen │
│ - name: Setup SSH │
│ uses: webfactory/[email protected] │
│ with: │
│ - ssh-private-key: | │
│ - ${{ secrets.OOKNET_DEPLOY_KEY }} │
│ - ${{ secrets.KUNZEN_DEPLOY_KEY }} │
│ + ssh-private-key: ${{ secrets.KUNZEN_DEPLOY_KEY }} │
│ │
│ - name: Setup Nix │
│ uses: DeterminateSystems/nix-installer-action@main │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ .github/workflows/check.yaml ───────┐
│ diff --git a/.github/workflows/check.yaml b/ │
│ .github/workflows/check.yaml │
│ index 1c5f22e..b35a02f 100644 │
│ --- a/.github/workflows/check.yaml │
│ +++ b/.github/workflows/check.yaml │
│ @@ -17,12 +17,11 @@ jobs: │
│ - name: Checkout │
│ uses: actions/checkout@v4 │
│ │
│ + # Get access to kunzen │
│ - name: Setup SSH │
│ uses: webfactory/[email protected] │
│ with: │
│ - ssh-private-key: | │
│ - ${{ secrets.OOKNET_DEPLOY_KEY } │
│ } │
│ - ${{ secrets.KUNZEN_DEPLOY_KEY } │
│ } │
│ + ssh-private-key: ${{ secrets.KUNZ │
│ EN_DEPLOY_KEY }} │
│ │
│ - name: Setup Nix │
│ uses: DeterminateSystems/nix-instal │
│ ler-action@main │
└──────────────────────────────────────────────┘
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET