Skip to content

Adicionando arquivo: .github/workflows/infosec.yml #10

Adicionando arquivo: .github/workflows/infosec.yml

Adicionando arquivo: .github/workflows/infosec.yml #10

Workflow file for this run

name: release
on:
push:
branches:
- production
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Release
id: release
uses: madeiramadeirabr/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}