We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51629cc commit 7fd534fCopy full SHA for 7fd534f
1 file changed
.github/workflows/build.yml
@@ -13,6 +13,8 @@ on:
13
jobs:
14
build:
15
runs-on: ubuntu-latest
16
+ permissions:
17
+ actions: write
18
19
steps:
20
- uses: actions/checkout@v4
@@ -52,7 +54,7 @@ jobs:
52
54
run: |
53
55
gh api --method DELETE -H "Accept: application/vnd.github+json" /repos/scijava/pom-scijava/actions/caches?key=${{ runner.os }}-cache || true
56
env:
- GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
57
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
59
- name: Save the melting-pot cache
60
if: env.cacheChanged == 'true'
0 commit comments