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

Update actions #229

Merged
merged 2 commits into from
Sep 3, 2024
Merged

Conversation

dennisreimann
Copy link
Contributor

Updates the CI action modules and adds a new action to fix #224. In addition to this, the spec repo needs this GitHub Action added as .github/workflows/dispatch-update.yml:

name: Dispatch update
on:
  - push
  - workflow_dispatch
jobs:
  dispatch:
    runs-on: ubuntu-latest
    steps:
      - name: Push to repo
        uses: peter-evans/repository-dispatch@v3
        with:
          token: ${{ secrets.PAT }}
          repository: stratum-mining/stratumprotocol.org
          event-type: update-submodule
          client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "module": "src/specification", "branch": "main"}'

Both repositories will need to get defined a personal access token with repo scope as PAT in the repositories secrets.

Copy link

netlify bot commented Aug 31, 2024

Deploy Preview for startling-capybara-2231ea ready!

Name Link
🔨 Latest commit 70404b5
🔍 Latest deploy log https://app.netlify.com/sites/startling-capybara-2231ea/deploys/66d314f9f022fd0008578c55
😎 Deploy Preview https://deploy-preview-229--startling-capybara-2231ea.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@pavlenex pavlenex merged commit 61fbb8f into stratum-mining:main Sep 3, 2024
5 checks passed
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

Successfully merging this pull request may close these issues.

stratumprotocol.org is not in sync with the sv2-spec repo
2 participants