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 968127e commit 9087259Copy full SHA for 9087259
java/ql/automodel/publish.sh
@@ -1,6 +1,9 @@
1
#!/bin/sh
2
set -e
3
4
+# Before running this, make sure there is an SSO-enabled token with package:write
5
+# permissions to codeql supplied via the GITHUB_TOKEN environment variable
6
+
7
AUTOMODEL_ROOT="$(readlink -f "$(dirname $0)")"
8
WORKSPACE_ROOT="$AUTOMODEL_ROOT/../../.."
9
GRPS="automodel,-test"
0 commit comments