Skip to content

fix: AppImage portal file dialogs + crash fixes for Linux/SteamOS #17

fix: AppImage portal file dialogs + crash fixes for Linux/SteamOS

fix: AppImage portal file dialogs + crash fixes for Linux/SteamOS #17

name: validate-external
on:
pull_request_target:
types: [opened, synchronize]
jobs:
authorize:
if: github.repository != github.event.pull_request.head.repo.full_name
environment:
${{ github.event_name == 'pull_request_target' &&
github.event.pull_request.head.repo.full_name != github.repository &&
'external' || 'internal' }}
runs-on: ubuntu-latest
steps:
- run: echo ✓
build:
needs: authorize
uses: ./.github/workflows/validate.yml

Check failure on line 17 in .github/workflows/validate-external.yml

View workflow run for this annotation

GitHub Actions / validate-external

Invalid workflow file

The workflow is not valid. .github/workflows/validate-external.yml (Line: 17, Col: 11): Secret BM64_REPO_WITH_PAT is required, but not provided while calling. .github/workflows/validate-external.yml (Line: 19, Col: 27): Invalid secret, SF64_REPO_WITH_PAT is not defined in the referenced workflow.
secrets:
SF64_REPO_WITH_PAT: ${{ secrets.BM64_REPO_WITH_PAT }}