Skip to content

Commit

Permalink
TEMPORARILY configure for alternate repo
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe committed Sep 13, 2023
1 parent 66a570e commit 5f6f7b2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 336 deletions.
19 changes: 0 additions & 19 deletions .github/dependabot.yml

This file was deleted.

312 changes: 0 additions & 312 deletions .github/workflows/ci.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Nightly build

on:
workflow_dispatch:
push: # TEMPORARY: Remove before merging PR
branches: main
schedule:
- cron: "0 5 * * *" # 0500 UTC every day

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ jobs:
tag: ${{ steps.set-version.outputs.version_tag }}
token: ${{ secrets.GH_ADMIN_COMMIT_TOKEN }}

- name: Publish crate
run: |
cargo publish --token $CRATES_IO_SECRET -p c2pa
env:
CRATES_IO_SECRET: ${{ secrets.CRATES_IO_SECRET }}
# - name: Publish crate
# run: |
# cargo publish --token $CRATES_IO_SECRET -p c2pa
# env:
# CRATES_IO_SECRET: ${{ secrets.CRATES_IO_SECRET }}

0 comments on commit 5f6f7b2

Please sign in to comment.