Skip to content

Commit

Permalink
ci: use token to fix release publishing restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Baliasnikov committed Oct 24, 2022
1 parent a376e59 commit 18983a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -15,11 +15,13 @@ on:
jobs:
release:
env:
GITHUB_ACTOR: ${{ secrets.ATALA_GITHUB_ACTOR }}
GITHUB_TOKEN: ${{ secrets.ATALA_GITHUB_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.ATALA_GITHUB_TOKEN }}
ref: ${{ github.event.inputs.release-branch }}
fetch-depth: 0
- name: Setup Java and Scala
Expand Down

0 comments on commit 18983a4

Please sign in to comment.