Skip to content

feat: add p4pa-auth helm (#2) #3

feat: add p4pa-auth helm (#2)

feat: add p4pa-auth helm (#2) #3

Workflow file for this run

name: Release
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- main
paths-ignore:
- "CODEOWNERS"
- "**.md"
- ".**"
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Release action
id: release
# https://github.com/pagopa/eng-github-actions-iac-template/releases/tag/v1.20.0
uses: pagopa/eng-github-actions-iac-template/global/release-action@5c7e5f690ad0f07f3bd945bdebf2a6c7a575b33f
with:
github_token: ${{ secrets.GITHUB_TOKEN }}