We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd1825 commit d46c6ebCopy full SHA for d46c6eb
.github/workflows/engine-snapshot.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v4
21
with:
22
ref: develop
23
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GH_PIPELINE_TOKEN }}
24
25
- name: Configure git
26
run: |
0 commit comments