delete-deployment-environment
delete-deployment-environment copied to clipboard
GitHub action to remove an environment and it's deployments
I'm using your action to delete the environment with a manual trigger. GitHub says use the `workflow_dispatch` trigger. I'm passing an input of type: `environment` into your GitHub Action. After...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.9.1. Changelog Sourced from @actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...
Node 16 is [EOL](https://nodejs.org/en/blog/announcements/nodejs16-eol/) and GH actions are [transitioning](https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/)
I have like 460 deployments and that is probably the reason I'm getting "Error: You have exceeded a secondary rate limit. Please wait a few minutes before you try again....
Hi all, In the example: ``` # # Cleans up a GitHub PR # name: 🧼 Clean up environment on: pull_request: types: - closed jobs: cleanup: runs-on: ubuntu-latest permissions: write-all...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
👋 Hi there, I did not test this yet, but I think this action only requires the `Deployments` & `Environments` write permissions which is not specified in your README Additionally,...