From 1ab9f96abd1cf390a4430c4d279cb08e593f947a Mon Sep 17 00:00:00 2001 From: Zbyszek Tenerowicz Date: Mon, 25 May 2026 13:19:18 +0200 Subject: [PATCH] docs: fix duplicate screenshot (#20) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59fec18..dd0fa98 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The aim of **uppt** is to make a very simple, secure release workflow for mainta ![a screenshot of npmjs.com](https://raw.githubusercontent.com/danielroe/uppt/main/assets/trusted-publisher.png) 2. Create a [GitHub environment](https://docs.github.com/en/actions/how-tos/deploy/configure-and-manage-deployments/manage-environments) named `npm`. You can scope it to `v*` tags, and configure any restrictions on it (such as requiring approvals if you want). - ![a screenshot of github environment configuration settings](https://raw.githubusercontent.com/danielroe/uppt/main/assets/trusted-publisher.png) + ![a screenshot of github environment configuration settings](https://raw.githubusercontent.com/danielroe/uppt/main/assets/github-environments.png) **3.** Allow GitHub Actions to create pull requests on your repo: under **Settings → Actions → General → Workflow permissions** (`https://github.com///settings/actions`), check **Allow GitHub Actions to create and approve pull requests**. Without this, `uppt/pr` fails with `403 Forbidden: GitHub Actions is not permitted to create or approve pull requests` when opening the release PR. -- 2.51.2