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 298d8c4 commit b0b12e6Copy full SHA for b0b12e6
1 file changed
.github/workflows/ci_metal.yaml
@@ -6,6 +6,8 @@ on:
6
jobs:
7
macOS-metal-build:
8
runs-on: macos-latest
9
+ permissions:
10
+ contents: write
11
12
steps:
13
- uses: actions/checkout@v3
@@ -30,8 +32,7 @@ jobs:
30
32
- name: Configure + Build
31
33
run: python -m scripts.build_all
34
- - name: Test build
- run: ./build/mac-arm64-metal-any/bin/sdkit --help
35
-
36
- name: Upload Artifact
+ env:
37
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
run: python -m scripts.upload_all --tag v3.0.0
0 commit comments