File tree Expand file tree Collapse file tree 4 files changed +27
-5
lines changed
Expand file tree Collapse file tree 4 files changed +27
-5
lines changed Original file line number Diff line number Diff line change 2525 - name : Set Milestone of the Issue
2626 uses : Code-Hex/auto-milestone-binder@v1.0.1
2727 with :
28- github-token : ${{ secrets.GITHUB_TOKEN }}
28+ github-token : ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 1414 - name : Generate Release From Tag
1515 uses : " marvinpinto/action-automatic-releases@latest"
1616 with :
17- repo_token : " ${{ secrets.GITHUB_TOKEN }}"
17+ repo_token : " ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}"
1818 prerelease : false
1919
2020 publish-npm :
7070 - name : NPM Publish
7171 run : npm publish --access public
7272 env :
73- NODE_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN }}
73+ NODE_AUTH_TOKEN : ${{secrets.MASTER_BRANCH_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 1+ name : PR Labeled at Develop Workflows
2+
3+ on :
4+ pull_request :
5+ types :
6+ - labeled
7+ branches :
8+ - develop
9+
10+ jobs :
11+ auto-merge :
12+ name : " Auto Merge"
13+ runs-on : ubuntu-latest
14+ steps :
15+ - name : automerge
16+ uses : " pascalgn/automerge-action@v0.14.3"
17+ env :
18+ GITHUB_TOKEN : " ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}"
19+ MERGE_LABELS : " workflow"
20+ MERGE_COMMIT_MESSAGE : " Auto merge for PR with workflow label"
21+ MERGE_FORKS : " false"
22+ MERGE_RETRY_SLEEP : " 60000"
Original file line number Diff line number Diff line change 1313 - name : Add Label to PR
1414 uses : TimonVS/pr-labeler-action@v3
1515 env :
16- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
16+ GITHUB_TOKEN : ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}
1717
1818 automate-project-columns :
1919 name : " Automate Project Columns"
3535 - name : Set Milestone of the PR
3636 uses : Code-Hex/auto-milestone-binder@v1.0.1
3737 with :
38- github-token : ${{ secrets.GITHUB_TOKEN }}
38+ github-token : ${{ secrets.MASTER_BRANCH_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments