Skip to content

Enhance workflows and update .gitignore; added build/temp files and i… #9

Enhance workflows and update .gitignore; added build/temp files and i…

Enhance workflows and update .gitignore; added build/temp files and i… #9

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
name: '🔖 Release Please'
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
with:
egress-policy: audit
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
with:
release-type: terraform-module
token: ${{ secrets.PAT_TOKEN }}