Skip to content

Commit

Permalink
add hardcoded query_id
Browse files Browse the repository at this point in the history
  • Loading branch information
victorhuangwq committed Mar 26, 2024
1 parent a3ad18e commit 7da9624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagPriorityLow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/github-script@v7
env:
ado_token: '${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}'
query_id: '${{ secrets.ADO_LOW_PRIORITY_QUERY_ID }}'
query_id: '6777cf01-7065-42ca-99ca-ba0d7b77d8fd'
with:
script: |
const azdev = require('azure-devops-node-api')
Expand Down

0 comments on commit 7da9624

Please sign in to comment.