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

Store reports - Action failed with "not found deploy key or tokens" #35

Open
bremnes opened this issue Aug 15, 2022 · 2 comments
Open

Comments

@bremnes
Copy link

bremnes commented Aug 15, 2022

Following the tutorial at https://docs.microsoft.com/en-us/azure/static-web-apps/deploy-nextjs causes the github action/build Playwright tests to fail on the steps "store reports" and "notify dashboard". I'm not familiar with these actions, but it looks like there is some publishing going on to mspnp/intern-js-pipeline which I'm assuming all users don't have access to.

...
    - name: Publish to external repo
      if: always()
      uses: peaceiris/[email protected]
      with:
        external_repository: mspnp/intern-js-pipeline
        publish_branch: gh-pages
        personal_token: ${{ secrets.PAT_TOKEN }}
        publish_dir: ${{steps.download.outputs.download-path}}
        destination_dir: test-reports/${{ github.repository }}
        keep_files: true
        user_name: "github-actions[bot]"
        user_email: "github-actions[bot]@users.noreply.github.com"
...

image

Related PR: #34

Misc.:

  • The forked repository is a private repository
  • Setup between github and Azure Static Web App works fine, and the workflow in .github\workflow\azure-static-web-apps-<random>.yml deploys the static code to both production and preview deployments fine.

Let me know if you need any more input.

@nimakamoosi
Copy link

Hitting the same issue with the blazor variation of the same get started topic.

@nitya
Copy link
Contributor

nitya commented Mar 18, 2023

All samples should have the test scripts and related actions removed now - do let me know if you continue to see issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants