Skip to content

Commit

Permalink
Update to use protections machine token
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-forte-elastic committed Jun 28, 2024
1 parent aef9fe8 commit 3e41f5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Checkout elastic/security-docs
uses: actions/checkout@v3
with:
token: ${{ secrets.READ_WRITE_RELEASE_FLEET }}
token: ${{ secrets.PROTECTIONS_MACHINE_TOKEN }}
repository: "elastic/security-docs"
path: security-docs
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-fleet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Checkout elastic/integrations
uses: actions/checkout@v3
with:
token: ${{ secrets.READ_WRITE_RELEASE_FLEET }}
token: ${{ secrets.PROTECTIONS_MACHINE_TOKEN }}
repository: ${{github.event.inputs.target_repo}}
path: integrations
fetch-depth: 0
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
TARGET_REPO: "${{github.event.inputs.target_repo}}"
TARGET_BRANCH: "${{github.event.inputs.target_branch}}"
LOCAL_REPO: "../integrations"
GITHUB_TOKEN: "${{ secrets.READ_WRITE_RELEASE_FLEET }}"
GITHUB_TOKEN: "${{ secrets.PROTECTIONS_MACHINE_TOKEN }}"
run: |
cd detection-rules
python -m detection_rules dev integrations-pr \
Expand Down

0 comments on commit 3e41f5b

Please sign in to comment.