Skip to content

build(deps): bump actions/create-github-app-token from 2 to 3 (#770) #11

build(deps): bump actions/create-github-app-token from 2 to 3 (#770)

build(deps): bump actions/create-github-app-token from 2 to 3 (#770) #11

on:
push:
branches:
- main
permissions:
contents: write
issues: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
if: ${{ github.repository }} == 'stac-utils/stac-api-validator'

Check warning on line 16 in .github/workflows/release-please.yml

View workflow run for this annotation

GitHub Actions / release-please

Workflow syntax warning

.github/workflows/release-please.yml (Line: 16, Col: 9): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
steps:
- uses: actions/create-github-app-token@v3
id: generate-token
with:
app-id: ${{ vars.RELEASE_BOT_CLIENT_ID }}
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
- uses: googleapis/release-please-action@v4
id: release-please
with:
token: ${{ steps.generate-token.outputs.token }}
release-type: python