diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 7d715a4..2f721ba 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -8,10 +8,10 @@ jobs: validate-pr-title: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v3.0.0 + - uses: actions/create-github-app-token@v3.1.1 id: app-token with: - app-id: ${{ secrets.DS_RELEASE_BOT_ID }} + client-id: ${{ vars.DS_RELEASE_BOT_CLIENT_ID }} private-key: ${{ secrets.DS_RELEASE_BOT_PRIVATE_KEY }} permission-pull-requests: write