Skip to content

chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.15.0 to 1.15.1 in the go group #104

chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.15.0 to 1.15.1 in the go group

chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.15.0 to 1.15.1 in the go group #104

Workflow file for this run

name: Triage
on:
pull_request:
types:
- opened
issues:
types:
- opened
jobs:
add_to_project:
name: Push issue or PR to board
runs-on: ubuntu-latest
steps:
- name: get app token
id: get-app-token
uses: labd/action-gh-app-token@main
with:
app-id: ${{ secrets.RD_APP_ID }}
private-key: ${{ secrets.RD_APP_PRIVATE_KEY }}
installation-id: ${{ secrets.RD_APP_INSTALLATION_ID }}
- name: set to project board
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/labd/projects/3
github-token: ${{ steps.get-app-token.outputs.app-token }}