criar post com lista de dificuldades recorrentes no uso das ações do PA durante a montagem dos fluxos e alternativas #34
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This uses a reusable workflow | |
name: Add project to issue | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
add_project_to_issue: | |
uses: o-futuro-ja-comecou/github-actions-reutilizaveis/.github/workflows/[email protected] | |
secrets: | |
GH_TOKEN: ${{ secrets.GH_TOKEN }} | |
PROJECT_NUMBER: ${{ secrets.PROJECT_NUMBER }} |