Skip to content

chore: bump sentry-sdk from 2.16.0 to 2.17.0 #86

chore: bump sentry-sdk from 2.16.0 to 2.17.0

chore: bump sentry-sdk from 2.16.0 to 2.17.0 #86

Workflow file for this run

name: "Mirror Repository"
on: [push]
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://codeberg.org/Astrea/PYTHIA.git'
GIT_USERNAME: Astrea
GIT_PASSWORD: '${{ secrets.CODEBERG_PASSWORD }}'