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 f717908 commit b50c010Copy full SHA for b50c010
.github/workflows/CreateOmikuji.yml
@@ -16,6 +16,8 @@ jobs:
16
GKS_ENCODING: utf8
17
GKSwstype: nul
18
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
19
+ permissions:
20
+ contents: write
21
runs-on: ${{ matrix.os }}
22
timeout-minutes: 60
23
permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created
0 commit comments