We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c6226 commit b6f560fCopy full SHA for b6f560f
.github/workflows/listener.yml
@@ -40,13 +40,13 @@ jobs:
40
echo "PR already exists for this branch"
41
fi
42
env:
43
- GITHUB_TOKEN: ${{ inputs.token }}
+ GITHUB_TOKEN: ${{ secrets.DX_GITHUB_TOKEN }}
44
45
- name: Output PR Number
46
id: output-pr-number
47
run: echo "::set-output name=pr-number::$(hub pr list -h ${{ inputs.branch-name }} -f %I)"
48
49
50
51
- uses: ./.github/actions/add_pr_comment
52
with:
0 commit comments