jcasbin / redis-watcher

Redis watcher for jCasbin
https://github.com/casbin/jcasbin
Apache License 2.0
4 stars 11 forks source link

fix: add pom.xml content and add maven release #15

Closed tangyang9464 closed 2 years ago

tangyang9464 commented 2 years ago

Signed-off-by: tangyang9464 tangyang9464@163.com

casbin-bot commented 2 years ago

@shy1st @fangzhengjin please review

hsluoyz commented 2 years ago

@seriouszyx plz review

tangyang9464 commented 2 years ago

@hsluoyz How do I set the secret? I don't have this option. Maybe the repository owner can only set image

seriouszyx commented 2 years ago

@tangyang9464 And maybe configurations like below should be added. I tried to make a demo and write a blog a few days ago. Hope it'll help you.

- name: Set up JDK 1.8
  uses: actions/setup-java@v1
  with:
    java-version: 1.8
    server-username: OSSRH_JIRA_USERNAME
    server-password: OSSRH_JIRA_PASSWORD
    gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
    gpg-passphrase: GPG_PASSPHRASE
tangyang9464 commented 2 years ago

@seriouszyx thanks. Maybe you can make a pr to fix it.

hsluoyz commented 2 years ago

@tangyang9464 you should see that option now.