We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846a810 commit f0cc7e3Copy full SHA for f0cc7e3
1 file changed
.github/workflows/manual-publish.yml
@@ -45,15 +45,13 @@ jobs:
45
- name: Build TypeScript package
46
run: npm run build
47
48
- - name: Preflight OIDC and npm registry
49
- working-directory: packages/flarelette-jwt-ts
+ - name: Preflight OIDC availability
50
run: |
51
if [ -z "${ACTIONS_ID_TOKEN_REQUEST_URL:-}" ]; then
52
echo "OIDC token request URL is missing (check id-token: write permissions)."
53
exit 1
54
fi
55
echo "OIDC environment is available."
56
- npm config get registry
57
58
- name: OIDC token check
59
0 commit comments