We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4c6c96 + 15ba272 commit 91b8ca1Copy full SHA for 91b8ca1
.github/workflows/dependabot-tickets.yml
@@ -12,12 +12,13 @@ jobs:
12
steps:
13
- name: Step 1
14
id: step_1
15
- uses: ARPC/dependabot-tickets@v0.2.2
+ uses: ARPC/dependabot-tickets@v0.2.4
16
with:
17
fogbugz_api_url: ${{ secrets.FOGBUGZ_API_URL}}
18
fogbugz_token: ${{ secrets.FOGBUGZ_API_TOKEN }}
19
fogbugz_project: ${{ secrets.FOGBUGZ_PROJECT }}
20
fogbugz_category: ${{ secrets.FOGBUGZ_CATEGORY}}
21
+ ignore_fb_error: true
22
planview_api_url: ${{ secrets.PLANVIEW_API_URL }}
23
planview_auth: ${{ secrets.LEANKIT_AUTH }}
24
planview_board_id: ${{ secrets.PLANVIEW_BOARD_ID }}
0 commit comments