Skip to content

Commit

Permalink
Revert "ci: notarize: on: pull request: Test against main PRs"
Browse files Browse the repository at this point in the history
Run actions/github-script@v6
Error: Error message: Unable to get ACTIONS_ID_TOKEN_REQUEST_URL env variable
    at Function.<anonymous> (/home/runner/work/_actions/actions/github-script/v6/dist/index.js:585:23)
    at Generator.next (<anonymous>)
    at /home/runner/work/_actions/actions/github-script/v6/dist/index.js:522:71
    at new Promise (<anonymous>)
    at __webpack_modules__.8041.__awaiter (/home/runner/work/_actions/actions/github-script/v6/dist/index.js:518:12)
    at Function.getIDToken (/home/runner/work/_actions/actions/github-script/v6/dist/index.js:571:16)
    at Object.<anonymous> (/home/runner/work/_actions/actions/github-script/v6/dist/index.js:421:46)
    at Generator.next (<anonymous>)
    at /home/runner/work/_actions/actions/github-script/v6/dist/index.js:133:71
    at new Promise (<anonymous>)
Error: Unhandled error: Error: Error message: Unable to get ACTIONS_ID_TOKEN_REQUEST_URL env variable

This reverts commit d4ea9ea.
  • Loading branch information
pdxjohnny committed Mar 26, 2024
1 parent d4ea9ea commit 1d58a3d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/notarize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ on:
description: 'Subject for statement'
default: ''
type: string
pull_request:
branches:
- main
paths-ignore:
- '**.md'

jobs:
notarize:
Expand Down

0 comments on commit 1d58a3d

Please sign in to comment.