Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
EvoluciveBOT has applied blackbox - public
Browse files Browse the repository at this point in the history
  • Loading branch information
Evolucivebot committed Dec 26, 2023
1 parent 301a80c commit 6a759d4
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
@@ -0,0 +1 @@
!.github/*

0 comments on commit 6a759d4

Please sign in to comment.