mirror of
https://github.com/actions/runner.git
synced 2025-12-18 00:07:08 +00:00
Compare updated template evaluator (#4092)
This commit is contained in:
9
src/Sdk/WorkflowParser/PermissionLevel.cs
Normal file
9
src/Sdk/WorkflowParser/PermissionLevel.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace GitHub.Actions.WorkflowParser
|
||||
{
|
||||
public enum PermissionLevel
|
||||
{
|
||||
NoAccess = 0, // Default value
|
||||
Read,
|
||||
Write,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user