Skip to content

update token generation #26

update token generation

update token generation #26

name: release-please
on:
push:
branches:
- master
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Generate token
id: generate-token
uses: tibdex/github-app-token@v2
with:
app_id: ${{ variables.STEWARD_APP_ID }}

Check failure on line 20 in .github/workflows/release-please.yml

View workflow run for this annotation

GitHub Actions / release-please

Invalid workflow file

The workflow is not valid. .github/workflows/release-please.yml (Line: 20, Col: 19): Unrecognized named-value: 'variables'. Located at position 1 within expression: variables.STEWARD_APP_ID
private_key: ${{ vars.STEWARD_PRIVATE_KEY }}
- uses: google-github-actions/release-please-action@v4
with:
# Version is determined by sbt-ci-release (which uses sbt-dynver)
# Actual release code is in `./ci.yml`
release-type: simple
token: ${{ steps.generate-token.outputs.token }}