Skip to content

Commit 7c97a2c

Browse files
committed
removed unready changes
1 parent 6c79b05 commit 7c97a2c

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

lib/Github/Api/Environment.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,4 @@ public function remove(string $username, string $repository, string $name)
6767
{
6868
return $this->delete('/repos/'.rawurlencode($username).'/'.rawurlencode($repository).'/environments/'.$name);
6969
}
70-
71-
/**
72-
* @link https://docs.github.com/en/rest/reference/actions#secrets
73-
*/
74-
public function secrets(): Secrets
75-
{
76-
return new Secrets($this->getClient());
77-
}
78-
79-
/**
80-
* @link https://docs.github.com/en/rest/reference/actions#secrets
81-
*/
82-
public function variables(): Variables
83-
{
84-
return new Variables($this->getClient());
85-
}
8670
}

0 commit comments

Comments
 (0)