Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt authored Dec 26, 2023
1 parent b4f555b commit 7b82899
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/actually-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,17 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Generate an Application repository access token
id: gen_repo_token
uses: kattecon/gh-app-access-token-gen@v1
with:
app_id: 750463
private_key: ${{ secrets.PR_PUBLISHING_APP_KEY }}
repository: forgeforce/gradle-actions-test
- name: Upload
uses: ForgeForce/action-pr-publishing@mainff
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ steps.gen_repo_token.outputs.token }}
with:
uploader-workflow-name: 'Publish PRs'
#artifacts_base_path:
artifacts-base-path: ''

0 comments on commit 7b82899

Please sign in to comment.