Skip to content

Commit

Permalink
Merge pull request #1 from olxbr/evolucivebot/blackbox_public
Browse files Browse the repository at this point in the history
EvoluciveBOT has applied blackbox
  • Loading branch information
ohmyguigs authored Apr 16, 2024
2 parents 8028cc2 + d94a93c commit 5ca88b5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/blackbox-workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Blackbox

on:
repository_dispatch:
types: [event-trigger]
workflow_dispatch: ~

# .github/workflows/blackbox-workflow.yml
jobs:
run-blackbox-action:
runs-on: [self-hosted, tech-radar]
steps:
- uses: actions/checkout@v3
with:
ref: '${{ github.event.repository.default_branch }}'
fetch-depth: 0
- id: blackbox
uses: olxbr/blackbox-action@v1
with:
config: ${{ secrets.BLACK_BOX_CONFIG }}
env:
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
REPO_NAME: ${{ github.event.repository.name }}
DOCKER_ECR_PASSWORD: ${{ secrets.DOCKER_ECR_PASSWORD }}
DOCKER_REGISTRY: ${{ secrets.CONTAINER_REGISTRY_HOST }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_CROSS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_CROSS_SECRET_ACCESS_KEY }}
LOGLEVEL: 'INFO'
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.DS_Store
!.github/*

0 comments on commit 5ca88b5

Please sign in to comment.