Skip to content

Commit

Permalink
ci(release): enable writing actions on the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Jan 14, 2022
1 parent 53e5428 commit a23abb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
with:
token: ${{ secrets.DEPLOYMENT_TOKEN }}
- uses: DanySK/[email protected]
with:
build-command: true
Expand All @@ -48,7 +50,7 @@ jobs:
npx semantic-release
should-run-codecov: false
should-deploy: true
github-token: ${{ secrets.DEPLOYMENT_TOKEN }}
github-token: ${{ github.token }}
gradle-publish-secret: ${{ secrets.GRADLE_PUBLISH_SECRET }}
gradle-publish-key: ${{ secrets.GRADLE_PUBLISH_KEY }}
maven-central-password: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
Expand Down

0 comments on commit a23abb4

Please sign in to comment.