Skip to content

Commit

Permalink
Merge pull request #110 from srz-zumix/feature/fix_dependabot_secret
Browse files Browse the repository at this point in the history
fix secret
  • Loading branch information
srz-zumix authored May 6, 2024
2 parents b1e16da + 7a3b05d commit cee8328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ jobs:
jenkins:
image: jenkins/jenkins:latest
credentials:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.DOCKERHUB_USERNAME || '' }}
password: ${{ secrets.DOCKERHUB_TOKEN || '' }}
env:
JAVA_OPTS: -Djenkins.install.runSetupWizard=false -Dcasc.jenkins.config=/casc_configs
ports:
Expand Down

0 comments on commit cee8328

Please sign in to comment.