diff --git a/.github/workflows/dependabot-tickets.yml b/.github/workflows/dependabot-tickets.yml index d1243ee..9cee4f3 100644 --- a/.github/workflows/dependabot-tickets.yml +++ b/.github/workflows/dependabot-tickets.yml @@ -12,12 +12,13 @@ jobs: steps: - name: Step 1 id: step_1 - uses: ARPC/dependabot-tickets@v0.2.2 + uses: ARPC/dependabot-tickets@v0.2.4 with: fogbugz_api_url: ${{ secrets.FOGBUGZ_API_URL}} fogbugz_token: ${{ secrets.FOGBUGZ_API_TOKEN }} fogbugz_project: ${{ secrets.FOGBUGZ_PROJECT }} fogbugz_category: ${{ secrets.FOGBUGZ_CATEGORY}} + ignore_fb_error: true planview_api_url: ${{ secrets.PLANVIEW_API_URL }} planview_auth: ${{ secrets.LEANKIT_AUTH }} planview_board_id: ${{ secrets.PLANVIEW_BOARD_ID }}