Skip to content

Commit

Permalink
feat(tia): update fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensbkang authored Aug 1, 2023
1 parent 8fdf9c0 commit f5812cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tia-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ jobs:
script: |
const { Octokit } = require("@octokit/core");
const { createAppAuth, createOAuthUserAuth } = require("@octokit/auth-app");
const { fetch } = require(node-fetch);
const appId = process.env.PORTAINER_BOT_ID;
const privateKey = process.env.PORTAINER_BOT_KEY;
const installationId = process.env.PORTAINER_BOT_INSTALLATION_ID;
Expand Down

0 comments on commit f5812cd

Please sign in to comment.