We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb330c commit 60357f1Copy full SHA for 60357f1
1 file changed
.github/workflows/deploy.yaml
@@ -63,6 +63,8 @@ jobs:
63
64
- name: Checkout repository
65
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
66
+ with:
67
+ token: ${{ secrets.RELEASE_BOT_TOKEN }}
68
69
- name: Configure Git
70
run: |
0 commit comments