Workflows available to GH actions

Hi,

I'm trying to automate the publishing of the visual studio code swift devcontainer template. Microsoft supply a standard GitHub action for publishing a template GitHub - devcontainers/action: GitHub Action to build & publish your own dev container assets. The devcontainer template is in the swift-server organisation and I get the following error when trying to use it

devcontainers/action@v1 is not allowed to be used in swift-server/swift-devcontainer-template. Actions in this workflow must be: within a repository owned by swift-server, created by GitHub, or matching the following: apple/swift-nio/, swiftlang/github-workflows/.

Would it be possible to allow the devcontainer action to run on repositories inside the swift-server organisation?

1 Like