We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103bbe3 commit df21493Copy full SHA for df21493
utils/get-token.mjs
@@ -1,5 +1,5 @@
1
import {createAppAuth} from '@octokit/auth-app';
2
-import {setSecret} from '@actions/core'
+import {setSecret, exportVariable} from '@actions/core'
3
4
const auth = createAppAuth({
5
appId: process.env.RELEASER_APP_ID,
0 commit comments