Skip to content

ci: added terraform version and aws credentials dynamically (#84) #5

ci: added terraform version and aws credentials dynamically (#84)

ci: added terraform version and aws credentials dynamically (#84) #5

---
name: changelog
permissions: write-all
on:
push:
tags:
- "*"
jobs:
changelog:
uses: clouddrove/github-shared-workflows/.github/workflows/changelog.yml@master
with:
branch: 'master'
secrets:
GITHUB: ${{ secrets.GITHUB }}
...