Skip to content

ci: new release workflow #1

ci: new release workflow

ci: new release workflow #1

Workflow file for this run

name: RC Deployment
on:
issue_comment:
types: [created]
jobs:
call-rc-deploy:

Check failure on line 8 in .github/workflows/deploy-rc.yml

View workflow run for this annotation

GitHub Actions / RC Deployment

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-rc.yml (Line: 8, Col: 3): Error calling workflow 'fedi-libs/release-manager/.github/workflows/reusable-rc-deploy.yml@main'. The nested job 'deploy' is requesting 'id-token: write', but is only allowed 'id-token: none'.
if: |
github.event.issue.pull_request &&
contains(github.event.comment.body, '/deploy')
uses: fedi-libs/release-manager/.github/workflows/reusable-rc-deploy.yml@main
with:
comment_user: ${{ github.event.comment.user.login }}
pr_number: ${{ github.event.issue.number }}
package_name: ${{ github.event.repository.name }}
secrets:
app_id: ${{ secrets.RELEASE_BOT_APP_ID }}
private_key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}