HASH e0fc5903cd55
DATE 2025-01-19
SUBJECT ci: app_id -> app-id
FILES 1 CHANGED
HASH e0fc5903cd55
DATE 2025-01-19
SUBJECT ci: app_id -> app-id
FILES 1 CHANGED
┌─ .github/workflows/check.yaml ─────────────────────────────────────────────┐
│ diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml │
│ index c7d50b3..3418066 100644 │
│ --- a/.github/workflows/check.yaml │
│ +++ b/.github/workflows/check.yaml │
│ @@ -21,13 +21,13 @@ jobs: │
│ id: generate-token │
│ uses: actions/create-github-app-token@v1 │
│ with: │
│ - app_id: ${{ vars.APP_ID }} │
│ - private_key: ${{ secrets.APP_PRIVATE_KEY }} │
│ + app-id: ${{ vars.APP_ID }} # Updated input name │
│ + private-key: ${{ secrets.APP_PRIVATE_KEY }} # Updated input name │
│ repositories: │
│ │
│ - name: Setup Git Config │
│ run: | │
│ - git config --global url."https://x-access-token:${{ steps.app-token.out │
│ puts.token }}@github.com/".insteadOf "git+ssh://[email protected]/" │
│ + git config --global url."https://x-access-token:${{ steps.generate-toke │
│ n.outputs.token }}@github.com/".insteadOf "git+ssh://[email protected]/" │
│ │
│ - 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 c7d50b3..3418066 100644 │
│ --- a/.github/workflows/check.yaml │
│ +++ b/.github/workflows/check.yaml │
│ @@ -21,13 +21,13 @@ jobs: │
│ id: generate-token │
│ uses: actions/create-github-app-tok │
│ en@v1 │
│ with: │
│ - app_id: ${{ vars.APP_ID }} │
│ - private_key: ${{ secrets.APP_PRIV │
│ ATE_KEY }} │
│ + app-id: ${{ vars.APP_ID }} # Upd │
│ ated input name │
│ + private-key: ${{ secrets.APP_PRIV │
│ ATE_KEY }} # Updated input name │
│ repositories: │
│ │
│ - name: Setup Git Config │
│ run: | │
│ - git config --global url."https:// │
│ x-access-token:${{ steps.app-token.outputs.t │
│ oken }}@github.com/".insteadOf "git+ssh://gi │
│ [email protected]/" │
│ + git config --global url."https:// │
│ x-access-token:${{ steps.generate-token.outp │
│ uts.token }}@github.com/".insteadOf "git+ssh │
│ ://[email protected]/" │
│ │
│ - name: Setup Nix │
│ uses: DeterminateSystems/nix-instal │
│ ler-action@main │
└──────────────────────────────────────────────┘
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET