Skip to content

feat: identify subject by external_id #21

feat: identify subject by external_id

feat: identify subject by external_id #21

Workflow file for this run

---
name: Changelog
concurrency: opa-changelog
on:
push:
branches:
- master
permissions:
contents: write
pull-requests: write
id-token: write
jobs:
release-please:
name: Prepare Release notes
runs-on: ubuntu-latest
steps:
- id: release-please
uses: GoogleCloudPlatform/release-please-action@v3
with:
command: manifest
package-name: opa-plugin
token: ${{ secrets.INDYKITEONE_PAT }}