Skip to content

Update compile-assets.yml #9

Update compile-assets.yml

Update compile-assets.yml #9

Workflow file for this run

name: build app
on:
pull_request:
branches: [ master ]
jobs:
ui:
permissions:
contents: write
uses: bavix/.github/.github/workflows/[email protected]
with:
github_bot_token: ${{ secrets.BOT_TOKEN }}

Check failure on line 13 in .github/workflows/compile-assets.yml

View workflow run for this annotation

GitHub Actions / build app

Invalid workflow file

The workflow is not valid. .github/workflows/compile-assets.yml (Line: 13, Col: 25): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.BOT_TOKEN .github/workflows/compile-assets.yml (Line: 14, Col: 22): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.GPG_BOT
gpg_bot_token: ${{ secrets.GPG_BOT }}
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
gpg_fingerprint: ${{ secrets.GPG_FINGERPRINT }}