Skip to content

Commit dec6fc1

Browse files
update PAT with new value
1 parent b51d31f commit dec6fc1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-make-it-native.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15-
PAT: ${{ secrets.PAT }}
15+
PAT: ${{ secrets.MENDIX_MOBILE_DOCS_PR_GITHUB_PAT }}
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4
1818

@@ -24,7 +24,7 @@ jobs:
2424
- name: Sync docs fork with upstream
2525
run: gh repo sync MendixMobile/docs --branch development --force
2626
env:
27-
GH_TOKEN: ${{ secrets.PAT }}
27+
GH_TOKEN: ${{ secrets.MENDIX_MOBILE_DOCS_PR_GITHUB_PAT }}
2828

2929
- name: Install dependencies
3030
run: npm ci
@@ -33,5 +33,5 @@ jobs:
3333
env:
3434
MIN_VERSION: ${{ github.event.inputs.version }}
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
PAT: ${{ secrets.PAT }}
36+
PAT: ${{ secrets.MENDIX_MOBILE_DOCS_PR_GITHUB_PAT }}
3737
run: node scripts/release-make-it-native.mjs

0 commit comments

Comments
 (0)