We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ece15 commit 82b0c89Copy full SHA for 82b0c89
.github/workflows/fast-forward.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v4
24
with:
25
ref: ${{ inputs.env }}
26
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.token }}
27
fetch-depth: 0
28
29
- name: Fetch source tag/branch
0 commit comments