Skip to content

Commit

Permalink
Update gradle-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thalals authored Feb 15, 2024
1 parent 9085cdf commit d4f9f20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ${{ secrets.ACTION_TOKEN }}
working-directory: ${{ env.working-directory }}
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ${{ secrets.ACTION_TOKEN }}
working-directory: ${{ env.working-directory }}

steps:
- name: ls
Expand Down

0 comments on commit d4f9f20

Please sign in to comment.