Skip to content

Commit b0b12e6

Browse files
committed
Upload permissions
1 parent 298d8c4 commit b0b12e6

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci_metal.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
jobs:
77
macOS-metal-build:
88
runs-on: macos-latest
9+
permissions:
10+
contents: write
911

1012
steps:
1113
- uses: actions/checkout@v3
@@ -30,8 +32,7 @@ jobs:
3032
- name: Configure + Build
3133
run: python -m scripts.build_all
3234

33-
- name: Test build
34-
run: ./build/mac-arm64-metal-any/bin/sdkit --help
35-
3635
- name: Upload Artifact
36+
env:
37+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3738
run: python -m scripts.upload_all --tag v3.0.0

0 commit comments

Comments
 (0)