Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: preview-web can't be run on forks #84

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on Jun 13, 2024

  1. fix: preview-web can't be run on forks

    GitHub repo SECRETS are not exposed to forks, thus the preview-web step can't be run on pull requests from forks.
    pfeerick committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9ccddc8 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. chore: first attempt at permission dependent building

    From what I can see, it appears to be linked to the checkout, so may need to be done for both compile and storyboard steps as they are dependencies of preview-web.
    pfeerick committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d9856b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bdcf8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1256fe6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ee6d75 View commit details
    Browse the repository at this point in the history
  5. fix: typo in test

    pfeerick committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    fcf9ba6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    087bab8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f04f81 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c333684 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2676c68 View commit details
    Browse the repository at this point in the history
  10. chore: remove secrets check

    pfeerick committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    150b9f7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9e5bcfd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c3c0912 View commit details
    Browse the repository at this point in the history
  13. fix: missing jobs

    pfeerick committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    cf8d5e6 View commit details
    Browse the repository at this point in the history
  14. fix: if test at wrong level

    pfeerick committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    4f0eac7 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. chore: rename workflows

    pfeerick committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5f1e295 View commit details
    Browse the repository at this point in the history
  2. chore: run formatter

    pfeerick committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    37c1dbb View commit details
    Browse the repository at this point in the history