Skip to content

Commit

Permalink
Merge pull request #50 from olxbr/evolucivebot/blackbox
Browse files Browse the repository at this point in the history
EvoluciveBOT has applied blackbox
  • Loading branch information
bluesdog164 authored Jun 8, 2022
2 parents b3ffe1e + 117ec83 commit e299500
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
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: ubuntu-latest
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'
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ dmypy.json
.pyre/

# Editors
.vscode
.vscode!.github/*

0 comments on commit e299500

Please sign in to comment.