Skip to content

Commit df21493

Browse files
committed
ci: add missing export (#51)
* ci: add missing export
1 parent 103bbe3 commit df21493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/get-token.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {createAppAuth} from '@octokit/auth-app';
2-
import {setSecret} from '@actions/core'
2+
import {setSecret, exportVariable} from '@actions/core'
33

44
const auth = createAppAuth({
55
appId: process.env.RELEASER_APP_ID,

0 commit comments

Comments
 (0)