Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Aug 27, 2024
1 parent 60dcf79 commit bfb82f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ jobs:
secrets: inherit
permissions:
actions: write
contents: read
1 change: 0 additions & 1 deletion test/suite/unit/run-self.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { underGHA } from "../../gha.js";
const TIMEOUT = 3 * 60 * 1000; // 3 minutes

underGHA(({ owner, repo, ref, octokit }) => {
console.log({ owner, repo, ref });
const workflow_id = "run-action-for-ci.yml";

it(
Expand Down

0 comments on commit bfb82f0

Please sign in to comment.