Skip to content

Commit

Permalink
feat: audit workflow for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot committed Sep 12, 2024
1 parent 4c960c2 commit 179eb16
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ on:
jobs:
# https://github.com/bcgov-nr/action-deployer-openshift
docker_login:
- name: Log in to the Container registry
if: steps.build.outputs.triggered == 'true'
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: {{ secrets.oc_token }}
name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: {{ secrets.oc_token }}

audit_packages:
name: Audit
Expand Down

0 comments on commit 179eb16

Please sign in to comment.