Skip to content

Commit

Permalink
try using github token
Browse files Browse the repository at this point in the history
  • Loading branch information
vpa1977 committed Oct 18, 2024
1 parent 982c475 commit 184f308
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,12 @@ jobs:
gpg-private-key: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE

- name: Setup LXD
uses: canonical/setup-lxd@main
with:
channel: 5.21/candidate

- name: Install rockcraft
run: |
sudo snap install rockcraft --classic
- name: Publish to Github Packages
id: deploy
run: |
./gradlew publish -i
shell: bash
env:
GHP_USERNAME: ${{ secrets.GHP_USERNAME }}
GHP_TOKEN: ${{ secrets.GHP_TOKEN }}
GHP_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GHP_REPO: $${{ secrets.GHP_REPO }}

0 comments on commit 184f308

Please sign in to comment.