Skip to content

Commit 7da9624

Browse files
committed
add hardcoded query_id
1 parent a3ad18e commit 7da9624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tagPriorityLow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/github-script@v7
1818
env:
1919
ado_token: '${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}'
20-
query_id: '${{ secrets.ADO_LOW_PRIORITY_QUERY_ID }}'
20+
query_id: '6777cf01-7065-42ca-99ca-ba0d7b77d8fd'
2121
with:
2222
script: |
2323
const azdev = require('azure-devops-node-api')

0 commit comments

Comments
 (0)