Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/switch_token' into intermediate_ca
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxmea committed Aug 27, 2024
2 parents 4f09add + 84c9ed9 commit cbbd551
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
name: CI🚦

on:
pull_request_target:
pull_request:
branches:
- main
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -55,7 +54,7 @@ jobs:
uses: docker/login-action@v3
with:
username: voxpupulibot
password: ${{ secrets.DOCKERHUB_BOT_PASSWORD }}
password: ${{ secrets.DOCKERHUB_BOT_RO_PASSWORD }}

- name: Analyze container image for CVEs
id: analyze-image-cves
Expand Down

0 comments on commit cbbd551

Please sign in to comment.