Skip to content

Commit

Permalink
Merge pull request #70 from davseve/internal/ED-11261-daily-hosting-r…
Browse files Browse the repository at this point in the history
…elease

ED-11261
  • Loading branch information
davseve authored Jul 11, 2023
2 parents dfec6e3 + ee5ffd1 commit a49c842
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/scripts/update-git-env-variable.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
const { Octokit } = require( 'octokit' );
const octokit = new Octokit( {
auth: process.env.token,
// auth: "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",
} )

console.log('log: 'octokit, process.env)
const { repository_id, environment_name, name, value } = process.env;

(async () => {
Expand Down

0 comments on commit a49c842

Please sign in to comment.