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 759c004 commit 25cacb6Copy full SHA for 25cacb6
.github/workflows/raise_pr.yaml
@@ -26,6 +26,8 @@ jobs:
26
steps:
27
- name: Checkout repository
28
uses: actions/checkout@v3
29
+ with:
30
+ token: ${{ secrets.SPEAKEASY_WORKFLOW_GITHUB_PAT }}
31
32
- name: Download binary from release
33
run: |
0 commit comments