Skip to content

deps(actions): bump the gh-actions group across 1 directory with 2 updates #159

deps(actions): bump the gh-actions group across 1 directory with 2 updates

deps(actions): bump the gh-actions group across 1 directory with 2 updates #159

Workflow file for this run

name: Test the gh-perms action happy path
on:
push:
branches:
- main
paths:
- gh-actions/common/gh-perms/**
pull_request:
jobs:
test-gh-perms:
name: Test gh-perms action
runs-on: ubuntu-latest
permissions: {}
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Test gh-perms
uses: ./gh-actions/common/gh-perms
with:
token: ${{ secrets.GITHUB_TOKEN }}