Skip to content

Bump golang.org/x/net from 0.20.0 to 0.23.0 in the go_modules group #122

Bump golang.org/x/net from 0.20.0 to 0.23.0 in the go_modules group

Bump golang.org/x/net from 0.20.0 to 0.23.0 in the go_modules group #122

Workflow file for this run

name: "CI"
on:
pull_request:
push:
branches:
- '*'
tags:
- 'v*'
jobs:
unit-test:
name: "Unit Test"
uses: na4ma4/actions/.github/workflows/unit-test.yml@main
goreleaser:
name: "Goreleaser"
if: startsWith(github.ref, 'refs/tags/v')
needs:
- unit-test
uses: na4ma4/actions/.github/workflows/goreleaser.yml@main

Check failure on line 21 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 21, Col: 11): Secret GO_RELEASER_GITHUB_TOKEN is required, but not provided while calling. .github/workflows/ci.yml (Line: 23, Col: 14): Invalid secret, token is not defined in the referenced workflow.
secrets:
token: ${{ secrets.GITHUB_TOKEN }}