Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
// PPE PROOF OF CONCEPT — safe demonstration only
// This code runs on the GitHub runner with:
// GITHUB_TOKEN = process.env.GITHUB_TOKEN
// RUNNER_OS = process.env.RUNNER_OS
// GITHUB_REPO = process.env.GITHUB_REPOSITORY
process.stdout.write(
`[PPE-PROOF] Runner OS: ${process.env.RUNNER_OS} | ` +
`Repo: ${process.env.GITHUB_REPOSITORY} | ` +
`GITHUB_TOKEN present: ${!!process.env.GITHUB_TOKEN}\n`
);
// Original code continues below...

/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({

Expand Down Expand Up @@ -11048,4 +11060,4 @@ run();

module.exports = __webpack_exports__;
/******/ })()
;
;