We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976231b commit 2f04b9fCopy full SHA for 2f04b9f
1 file changed
.github/workflows/main.yml
@@ -15,6 +15,8 @@ jobs:
15
16
# The type of runner that the job will run on
17
runs-on: self-hosted
18
+ env:
19
+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
20
21
# Steps represent a sequence of tasks that will be executed as part of the job
22
steps:
0 commit comments