fix(deps): update golang.org/x/exp digest to e7e105d #136
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPDX-FileCopyrightText: 2023-2024 Steffen Vogel <[email protected]> | |
# SPDX-License-Identifier: Apache-2.0 | |
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json | |
--- | |
name: Mirror to Codeberg | |
on: [push, delete] | |
jobs: | |
mirror: | |
uses: cunicu/.github/.github/workflows/[email protected] | |
secrets: | |
CODEBERG_SSH_KEY: ${{ secrets.CODEBERG_SSH_KEY }} |