diff --git a/utils/get-token.mjs b/utils/get-token.mjs index 1660f6ad..8e4b1286 100644 --- a/utils/get-token.mjs +++ b/utils/get-token.mjs @@ -1,5 +1,5 @@ import {createAppAuth} from '@octokit/auth-app'; -import {setSecret} from '@actions/core' +import {setSecret, exportVariable} from '@actions/core' const auth = createAppAuth({ appId: process.env.RELEASER_APP_ID,