When the server calls its own API it should not need to route via the internet #420
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
name: Update issue Status | |
on: | |
issues: | |
types: [closed] | |
jobs: | |
update_issue: | |
uses: specklesystems/github-actions/.github/workflows/project-add-issue.yml@main | |
secrets: inherit | |
with: | |
issue-id: ${{ github.event.issue.node_id }} | |
project-number: 12 |