Skip to content

Commit 98cef59

Browse files
[Maintenance] Repository Config Update pt 3 (#4363)
* updating integrations and manual backport tokens * updated no reply address * changed integrations to security docs token * changed integrations to security docs token
1 parent 4e588e8 commit 98cef59

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/manual-backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

.github/workflows/release-docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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
@@ -64,8 +64,8 @@ jobs:
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:
@@ -79,7 +79,7 @@ jobs:
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}}"

0 commit comments

Comments
 (0)