Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scipy-conference/scipy_proceedings
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5afc2e48dcc3ebf3db59245d7fe80935f6b6bb6e
Choose a base ref
..
head repository: scipy-conference/scipy_proceedings
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a2782cc4930c8218b2eff2b112ccd317e08d3595
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +2 −1 .github/workflows/publish.yml
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: curvenote
on:
pull_request:
pull_request_target:
branches: ['2024']
permissions:
contents: read
@@ -18,6 +18,7 @@ jobs:
collection: '2024'
kind: Article
path: papers/*
ref: ${{ github.event.pull_request.head.sha }}
secrets:
CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }}
GITHUB: ${{ secrets.GITHUB_TOKEN }}