Skip to content

Commit

Permalink
Testar med env heller enn with
Browse files Browse the repository at this point in the history
  • Loading branch information
madsop-nav committed Aug 15, 2024
1 parent e6e02f3 commit a49ce10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/configcache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ jobs:
run: cat ${{ secrets.gradlekey }}
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
env:
cache-encryption-key: ${{ secrets.gradlekey }}
with:
# cache-encryption-key: ${{ secrets.gradlekey }}
dependency-graph: generate-and-submit
cache-read-only: false
- name: Gradle test and build
Expand Down

0 comments on commit a49ce10

Please sign in to comment.