chore(deps): bump golang.org/x/net from 0.0.0-20210614182718-04defd469f4e to 0.23.0 in /test/src #70
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
--- | |
name: feature-branch | |
on: | |
pull_request: | |
branches: | |
- main | |
- release/** | |
types: [opened, synchronize, reopened, labeled, unlabeled] | |
permissions: | |
pull-requests: write | |
id-token: write | |
contents: write | |
jobs: | |
terraform-module: | |
uses: cloudposse/github-actions-workflows-terraform-module/.github/workflows/feature-branch.yml@main | |
secrets: | |
github_access_token: ${{ secrets.REPO_ACCESS_TOKEN }} |