diff --git a/.github/workflows/issue-to-customer-board.yaml b/.github/workflows/issue-to-customer-board.yaml index c048172..a080729 100644 --- a/.github/workflows/issue-to-customer-board.yaml +++ b/.github/workflows/issue-to-customer-board.yaml @@ -31,7 +31,7 @@ jobs: steps: - name: Add issue to general customer board if: ${{ env.BOARD_URL != 'null' && env.BOARD_URL != '' }} - uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2 + uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd # v2.0.0 with: project-url: ${{ env.BOARD_URL }} github-token: ${{ secrets.ISSUE_AUTOMATION }}