diff --git a/.github/workflows/handle-new-mails.yml b/.github/workflows/handle-new-mails.yml index 0332090..54c04b4 100644 --- a/.github/workflows/handle-new-mails.yml +++ b/.github/workflows/handle-new-mails.yml @@ -12,21 +12,21 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: gitgitgadget-git-token with: app-id: ${{ secrets.GITGITGADGET_GITHUB_APP_ID }} private-key: ${{ secrets.GITGITGADGET_GITHUB_APP_PRIVATE_KEY }} owner: gitgitgadget repositories: git - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: git-git-token with: app-id: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }} private-key: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_PRIVATE_KEY }} owner: git repositories: git - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: dscho-git-token with: app-id: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }} diff --git a/.github/workflows/handle-pr-comment.yml b/.github/workflows/handle-pr-comment.yml index 31e3cec..ef6dd9c 100644 --- a/.github/workflows/handle-pr-comment.yml +++ b/.github/workflows/handle-pr-comment.yml @@ -21,21 +21,21 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: gitgitgadget-git-token with: app-id: ${{ secrets.GITGITGADGET_GITHUB_APP_ID }} private-key: ${{ secrets.GITGITGADGET_GITHUB_APP_PRIVATE_KEY }} owner: gitgitgadget repositories: git - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: git-git-token with: app-id: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }} private-key: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_PRIVATE_KEY }} owner: git repositories: git - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: dscho-git-token with: app-id: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }} diff --git a/.github/workflows/handle-pr-push.yml b/.github/workflows/handle-pr-push.yml index 6ef1c96..5f38a36 100644 --- a/.github/workflows/handle-pr-push.yml +++ b/.github/workflows/handle-pr-push.yml @@ -21,21 +21,21 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: gitgitgadget-git-token with: app-id: ${{ secrets.GITGITGADGET_GITHUB_APP_ID }} private-key: ${{ secrets.GITGITGADGET_GITHUB_APP_PRIVATE_KEY }} owner: gitgitgadget repositories: git - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: git-git-token with: app-id: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }} private-key: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_PRIVATE_KEY }} owner: git repositories: git - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: dscho-git-token with: app-id: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }} diff --git a/.github/workflows/update-mail-to-commit-notes.yml b/.github/workflows/update-mail-to-commit-notes.yml index bedc4c8..9367994 100644 --- a/.github/workflows/update-mail-to-commit-notes.yml +++ b/.github/workflows/update-mail-to-commit-notes.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: gitgitgadget-git-token with: app-id: ${{ secrets.GITGITGADGET_GITHUB_APP_ID }} diff --git a/.github/workflows/update-prs.yml b/.github/workflows/update-prs.yml index 6de7cb1..c53e435 100644 --- a/.github/workflows/update-prs.yml +++ b/.github/workflows/update-prs.yml @@ -12,21 +12,21 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: gitgitgadget-git-token with: app-id: ${{ secrets.GITGITGADGET_GITHUB_APP_ID }} private-key: ${{ secrets.GITGITGADGET_GITHUB_APP_PRIVATE_KEY }} owner: gitgitgadget repositories: git - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: git-git-token with: app-id: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }} private-key: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_PRIVATE_KEY }} owner: git repositories: git - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: dscho-git-token with: app-id: ${{ secrets.GITGITGADGET_GIT_GITHUB_APP_ID }}