File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2121 - name : Checkout detection-rules
2222 uses : actions/checkout@v3
2323 with :
24- token : ${{ secrets.WRITE_TRADEBOT_DETECTION_RULES_TOKEN }}
24+ token : ${{ secrets.GITHUB_TOKEN }}
2525 fetch-depth : 0
2626
2727 - name : Set github config
Original file line number Diff line number Diff line change 3131 - name : Checkout elastic/security-docs
3232 uses : actions/checkout@v3
3333 with :
34- token : ${{ secrets.WRITE_INTEGRATIONS_DETECTION_RULES_TOKEN }}
34+ token : ${{ secrets.WRITE_SECURITY_DOCS_DETECTION_RULES_TOKEN }}
3535 repository : " elastic/security-docs"
3636 path : security-docs
3737 fetch-depth : 0
6464
6565 - name : Set github config
6666 run : |
67- git config --global user.email "72879786+protectionsmachine @users.noreply.github.com"
68- git config --global user.name "protectionsmachine "
67+ git config --global user.email "178941316+tradebot-elastic @users.noreply.github.com"
68+ git config --global user.name "tradebot-elastic "
6969
7070 - name : Commit and push changes
7171 env :
7979
8080 - name : Create PR to elastic/security-docs
8181 env :
82- GITHUB_TOKEN : ${{ secrets.WRITE_TRADEBOT_DETECTION_RULES_TOKEN }}
82+ GITHUB_TOKEN : ${{ secrets.WRITE_SECURITY_DOCS_DETECTION_RULES_TOKEN }}
8383 POST_VERSION : " v${{ github.event.inputs.post_version }}"
8484 TARGET_BRANCH : " ${{ github.event.inputs.target_branch }}"
8585 UPDATE_BRANCH : " update-security-docs-prebuilt-rules-${{github.event.inputs.post_version}}"
You can’t perform that action at this time.
0 commit comments