Skip to content

Commit 6b9bd85

Browse files
committed
chore: add some permissions
1 parent a1169f0 commit 6b9bd85

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.github/workflows/build_docs.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@ name: Docs Build
33
on:
44
workflow_call:
55

6+
permissions:
7+
id-token: write # Required by Akeyless
8+
contents: write
9+
packages: read
10+
611
jobs:
712
build_blazor:
813
runs-on: ubuntu-22.04
914

10-
permissions:
11-
id-token: write # Required by Akeyless
12-
contents: write
13-
packages: read
14-
attestations: write
15-
1615
container:
1716
image: ghcr.io/telerik/blazor-build:dev
1817
credentials:
@@ -23,6 +22,12 @@ jobs:
2322
env:
2423
DOTNET_CLI_TELEMETRY_OPTOUT: true
2524
DOTNET_INSTALL_DIR: ./.dotnet
25+
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}
2631

2732
steps:
2833
- name: Import Secrets

0 commit comments

Comments
 (0)