Skip to content

Commit

Permalink
chore: capture new env in workflow entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Oct 4, 2024
1 parent c5c3fba commit 2bb3dbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/workflow-entry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export async function run() {

const payloadEnv = {
TELEGRAM_BOT_ENV: process.env.TELEGRAM_BOT_ENV,
REPO_ADMIN_ACCESS_TOKEN: process.env.REPO_ADMIN_ACCESS_TOKEN,
};

try {
Expand Down

0 comments on commit 2bb3dbd

Please sign in to comment.