Skip to content

Commit

Permalink
fix: Authentication to Flank scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
piotradamczyk5 authored Feb 22, 2021
1 parent e7cc48c commit 1838557
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release_flank_scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:

- uses: gradle/wrapper-validation-action@v1

- name: Authenticate in GitHub CLI
run: gh auth login --with-token < ${{ secrets.GITHUB_TOKEN }}

- name: Gradle Upload to Github packages and Github release
uses: eskatos/gradle-command-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
arguments: "flank-scripts:releaseFlankScripts -PGITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 1838557

Please sign in to comment.