Skip to content

Commit

Permalink
remove passthrouhg
Browse files Browse the repository at this point in the history
  • Loading branch information
maxprilutskiy committed Oct 7, 2024
1 parent 7fc76d0 commit 11d4009
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action/src/instances/_env.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ export default async function loadEnv() {
// Custom env
GH_TOKEN: Z.string(),
})
.passthrough()
.parse(process.env);
}

0 comments on commit 11d4009

Please sign in to comment.