Skip to content

Commit

Permalink
add token to find issues
Browse files Browse the repository at this point in the history
  • Loading branch information
zaelgohary committed Aug 8, 2024
1 parent dfdeeb7 commit a67ea13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/grid_client_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
network: ["dev"]
network: ["dev", "qa", "test"]
env:
NETWORK: ${{ matrix.network }}
RMB_PROXY: true
Expand Down Expand Up @@ -134,6 +134,8 @@ jobs:

- name: Find issues
id: find-issues
env:
GH_TOKEN: ${{ github.token }}
run: |
ISSUE_COUNT=$(gh issue list --search "${{github.workflow}} failed during schedule on ${{ env.NETWORK }}" --json title --jq '. | length')
echo "issue_count=$ISSUE_COUNT" >> $GITHUB_ENV
Expand Down

0 comments on commit a67ea13

Please sign in to comment.