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 3397037 commit 06d4aebCopy full SHA for 06d4aeb
.github/workflows/publish.yml
@@ -29,5 +29,5 @@ jobs:
29
- name: Publish
30
env:
31
GITHUB_USERNAME: ${{ secrets.GITHUB_ACTOR }}
32
- GITHUB_ACTOR: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
run: sbt publish
0 commit comments