diff --git a/.github/workflows/delete-repos-delete.yml b/.github/workflows/delete-repos-delete.yml index 7dc8ab1..d72a087 100644 --- a/.github/workflows/delete-repos-delete.yml +++ b/.github/workflows/delete-repos-delete.yml @@ -28,7 +28,7 @@ jobs: with: template-path: .github/ISSUE_TEMPLATE/delete-repos.yml - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: app-token with: app-id: ${{ vars.APP_ID }} diff --git a/.github/workflows/delete-repos-prepare.yml b/.github/workflows/delete-repos-prepare.yml index 3dbea49..43b4924 100644 --- a/.github/workflows/delete-repos-prepare.yml +++ b/.github/workflows/delete-repos-prepare.yml @@ -24,7 +24,7 @@ jobs: GITHUB_CONTEXT: ${{ toJSON(github) }} run: echo "$GITHUB_CONTEXT" - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: app-token with: app-id: ${{ vars.APP_ID }} diff --git a/.github/workflows/new-repo-create.yml b/.github/workflows/new-repo-create.yml index ea56b5a..cd6def4 100644 --- a/.github/workflows/new-repo-create.yml +++ b/.github/workflows/new-repo-create.yml @@ -23,7 +23,7 @@ jobs: GITHUB_CONTEXT: ${{ toJSON(github) }} run: echo "$GITHUB_CONTEXT" - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: app-token with: app-id: ${{ vars.APP_ID }} diff --git a/.github/workflows/new-repo-prepare.yml b/.github/workflows/new-repo-prepare.yml index 8ee477d..2015892 100644 --- a/.github/workflows/new-repo-prepare.yml +++ b/.github/workflows/new-repo-prepare.yml @@ -24,7 +24,7 @@ jobs: GITHUB_CONTEXT: ${{ toJSON(github) }} run: echo "$GITHUB_CONTEXT" - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: app-token with: app-id: ${{ vars.APP_ID }}