Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Dec 19, 2024
1 parent 5c1ccb0 commit bb0e99e
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,23 @@ concurrency:

permissions:
contents: write
issues: write

jobs:
prepare-gradle:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/create-github-app-token@v1
id: app-token
name: Create GitHub App Token
with:
app-id: ${{ vars.CI_APP_ID }}
private-key: ${{ secrets.CI_APP_PRIVATE_KEY }}

- name: git author
run: |
git config --global user.name "SmallRye CI"
git config --global user.email "[email protected]"
- uses: actions/checkout@v4
with:
token: ${{steps.app-token.outputs.token}}

- uses: radcortez/project-metadata-action@main
name: retrieve project metadata
Expand Down

0 comments on commit bb0e99e

Please sign in to comment.