Skip to content

chore(deps): update sigstore/cosign-installer action to v3.8.2 #215

chore(deps): update sigstore/cosign-installer action to v3.8.2

chore(deps): update sigstore/cosign-installer action to v3.8.2 #215

Workflow file for this run

name: GitLab Mirror
on: [push, create, delete]
permissions:
contents: read
jobs:
sync:
name: Gitlab Mirror
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
persist-credentials: false
- uses: action-pack/gitlab-sync@21faa56afe372fd569c07a4fe7c7fcccbba8f9a3
with:
username: ${{ github.actor }}
url: https://gitlab.com/${{ github.repository }}.git
# Personal access token from gitlab.com
token: ${{ secrets.GITLAB_TOKEN }}