Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo committed Nov 12, 2024
1 parent 723753f commit b2750c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/transient_up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
with:
github-token: ${{ secrets.PAT }}
script: |
console.log("GITHUB");
console.log(github);
console.log("CONTEXT");
console.log(context);
const response = await github.rest.repos.createDeployment({
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit b2750c5

Please sign in to comment.