Skip to content

Encountering a java.lang.NullPointerException error while trying to retrieve the 'secret1' secret from HashiCorp Vault. This issue prevents the application from starting up properly. #53

Encountering a java.lang.NullPointerException error while trying to retrieve the 'secret1' secret from HashiCorp Vault. This issue prevents the application from starting up properly.

Encountering a java.lang.NullPointerException error while trying to retrieve the 'secret1' secret from HashiCorp Vault. This issue prevents the application from starting up properly. #53

Workflow file for this run

name: triage opened issue
on:
issues:
types:
- reopened
- opened
jobs:
label-issue:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- run: gh issue edit "$NUMBER" --add-label "$LABELS"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
LABELS: triage