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 a1169f0 commit 6b9bd85Copy full SHA for 6b9bd85
.github/workflows/build_docs.yml
@@ -3,16 +3,15 @@ name: Docs Build
3
on:
4
workflow_call:
5
6
+permissions:
7
+ id-token: write # Required by Akeyless
8
+ contents: write
9
+ packages: read
10
+
11
jobs:
12
build_blazor:
13
runs-on: ubuntu-22.04
14
- permissions:
- id-token: write # Required by Akeyless
- contents: write
- packages: read
- attestations: write
15
-
16
container:
17
image: ghcr.io/telerik/blazor-build:dev
18
credentials:
@@ -23,6 +22,12 @@ jobs:
23
22
env:
24
DOTNET_CLI_TELEMETRY_OPTOUT: true
25
DOTNET_INSTALL_DIR: ./.dotnet
+ SSL_CERT_FILE: /etc/ssl/certs/ca-certificates.crt
26
27
+ defaults:
28
+ run:
29
+ # Use a login Bash shell to enable RVM
30
+ shell: bash -leo pipefail {0}
31
32
steps:
33
- name: Import Secrets
0 commit comments