Skip to content

Commit 6620363

Browse files
committed
revert erroneous changes
1 parent be67449 commit 6620363

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.vscode/settings.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255

256256
This is the same as `deactivate-env`, except deletes the environment entirely. See [`step: deactivate-env`](#step-deactivate-env) for more details.
257257

258-
Note that the default `GITHUB_TOKEN` does not allow environment deletion - you have to set a personal access token with `deployments:write` and `administration:write` permissions and provide it in the `token` input.
258+
Note that the default `GITHUB_TOKEN` does not allow environment deletion - you have to set a personal access token and provide it in the `token` input.
259259

260260
Refer to the [core configuration](#configuration) for available [`inputs`](https://help.github.com/en/articles/workflow-syntax-for-github-actions#jobsjob_idstepswith).
261261

@@ -290,4 +290,4 @@ Then you can change your workflow to target the `v1` tag, and automatically rece
290290

291291
The `token` configuration variable now has a default value so if you are happy with the default (`${{ github.secret }}`) you can simplify the action configuration by removing this from your actions.
292292

293-
<br />
293+
<br />

0 commit comments

Comments
 (0)