Skip to content

dependabot: bump tibdex/github-app-token from 2.0.0 to 2.1.0 (#3395) #1

dependabot: bump tibdex/github-app-token from 2.0.0 to 2.1.0 (#3395)

dependabot: bump tibdex/github-app-token from 2.0.0 to 2.1.0 (#3395) #1

Workflow file for this run

name: Releases
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:

Check failure on line 13 in .github/workflows/auto-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/auto-release.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
- name: GitHub App token
id: github_app_token
uses: tibdex/[email protected]
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
installation_id: 22958780
- name: Get tag
id: tag
uses: dawidd6/action-get-tag@v1
- uses: actions/checkout@v2
- uses: ncipollo/release-action@v1
with:
github_token: ${{ steps.github_app_token.outputs.token }}
bodyFile: release-notes/opensearch-security.release-notes-${{steps.tag.outputs.tag}}.md