Update .changeset/early-deers-beg.md

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-07-11 13:22:51 +02:00
committed by GitHub
parent a7d9216e50
commit 0600286c95
-9
View File
@@ -5,12 +5,3 @@
Fixed bug resulting from missing required owner and repo arguments in `getEnvironmentPublicKey` in action `github:environment:create`.
Adding environment secrets now works as expected.
```diff
const publicKeyResponse = await client.rest.actions.getEnvironmentPublicKey({
repository_id: repository.data.id,
+ owner,
+ repo,
environment_name: name
});
```