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 731ff7c commit 58310f8Copy full SHA for 58310f8
.github/actions/update-release-notes/action.yml
@@ -16,7 +16,7 @@ runs:
16
- name: Clone fork of docs repo
17
shell: bash
18
run: |
19
- git clone https://x-access-token:${{ secrets.PAT }}@github.com/moo-team/docs.git
+ git clone https://x-access-token:${{ env.PAT }}@github.com/moo-team/docs.git
20
cd docs
21
git config user.name "github-actions[bot]"
22
git config user.email "github-actions[bot]@users.noreply.github.com"
@@ -39,7 +39,7 @@ runs:
39
- name: Create Pull Request
40
41
env:
42
- GH_TOKEN: ${{ secrets.PAT }}
+ GH_TOKEN: ${{ env.PAT }}
43
44
gh pr create \
45
--repo mendix/docs \
0 commit comments