From a77ccf2b7e918579809d6f9fd90c1915d3d83ea0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 18:00:11 +0200 Subject: [PATCH] chore(deps): replace tibdex/github-app-token action with actions/create-github-app-token v1 (#1275) * chore(deps): replace tibdex/github-app-token action with actions/create-github-app-token v1 * Update browserslist.yml * Update lint-fix.yml * Update prettier.yml * Update preview.yml * Update release-please-workaround.yml * Update release-please.yml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Olsen <81981+stipsan@users.noreply.github.com> --- .github/workflows/browserslist.yml | 6 +++--- .github/workflows/lint-fix.yml | 6 +++--- .github/workflows/prettier.yml | 6 +++--- .github/workflows/preview.yml | 6 +++--- .github/workflows/release-please-workaround.yml | 6 +++--- .github/workflows/release-please.yml | 6 +++--- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/browserslist.yml b/.github/workflows/browserslist.yml index 6f5fab77b..5e76855be 100644 --- a/.github/workflows/browserslist.yml +++ b/.github/workflows/browserslist.yml @@ -22,11 +22,11 @@ jobs: - run: corepack enable && pnpm --version - run: pnpm install --ignore-scripts - run: npx update-browserslist-db@latest - - uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2 + - uses: actions/create-github-app-token@v1 id: generate-token with: - app_id: ${{ secrets.ECOSPARK_APP_ID }} - private_key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }} + app-id: ${{ secrets.ECOSPARK_APP_ID }} + private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }} - uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6 with: body: I ran `npx update-browserslist-db@latest` 🧑‍💻 diff --git a/.github/workflows/lint-fix.yml b/.github/workflows/lint-fix.yml index 860ff8b95..a2fa00e36 100644 --- a/.github/workflows/lint-fix.yml +++ b/.github/workflows/lint-fix.yml @@ -27,11 +27,11 @@ jobs: - run: pnpm install --ignore-scripts - run: git restore pnpm-lock.yaml - run: pnpm lint:fix - - uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2 + - uses: actions/create-github-app-token@v1 id: generate-token with: - app_id: ${{ secrets.ECOSPARK_APP_ID }} - private_key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }} + app-id: ${{ secrets.ECOSPARK_APP_ID }} + private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }} - uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6 with: body: I ran `pnpm lint:fix` 🧑‍💻 diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 1d4cd5fab..a97fd3276 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -32,11 +32,11 @@ jobs: key: prettier-${{ hashFiles('pnpm-lock.yaml') }}-${{ hashFiles('.prettierignore') }}-${{ hashFiles('package.json') }} - run: pnpm format - run: git restore .github/workflows pnpm-lock.yaml - - uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2 + - uses: actions/create-github-app-token@v1 id: generate-token with: - app_id: ${{ secrets.ECOSPARK_APP_ID }} - private_key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }} + app-id: ${{ secrets.ECOSPARK_APP_ID }} + private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }} - uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6 with: body: I ran `pnpm format` 🧑‍💻 diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 028ada2e2..d90404d5f 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -18,11 +18,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2 + - uses: actions/create-github-app-token@v1 id: generate-token with: - app_id: ${{ secrets.ECOSPARK_APP_ID }} - private_key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }} + app-id: ${{ secrets.ECOSPARK_APP_ID }} + private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }} - uses: connor-baer/action-sync-branch@main with: branch: preview diff --git a/.github/workflows/release-please-workaround.yml b/.github/workflows/release-please-workaround.yml index 628478472..b38093c1a 100644 --- a/.github/workflows/release-please-workaround.yml +++ b/.github/workflows/release-please-workaround.yml @@ -20,11 +20,11 @@ jobs: if: startsWith(github.head_ref, 'release-please--') runs-on: ubuntu-latest steps: - - uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2 + - uses: actions/create-github-app-token@v1 id: generate-token with: - app_id: ${{ secrets.ECOSPARK_APP_ID }} - private_key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }} + app-id: ${{ secrets.ECOSPARK_APP_ID }} + private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }} - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.ref }} diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 4bd5094e9..19d40a691 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -26,11 +26,11 @@ jobs: TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} TURBO_TEAM: ${{ vars.TURBO_TEAM }} steps: - - uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2 + - uses: actions/create-github-app-token@v1 id: generate-token with: - app_id: ${{ secrets.ECOSPARK_APP_ID }} - private_key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }} + app-id: ${{ secrets.ECOSPARK_APP_ID }} + private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }} # This action will create a release PR when regular conventional commits are pushed to main, it'll also detect if a release PR is merged and npm publish should happen - uses: google-github-actions/release-please-action@v4 id: release