Skip to content

Commit

Permalink
Prints permissions_config
Browse files Browse the repository at this point in the history
  • Loading branch information
cveticm committed Dec 24, 2024
1 parent e4bd096 commit 413fb12
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/code-health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ permissions:
pull-requests: write # For PR-specific operations
issues: write # For commenting functionality
jobs:
github-actions-environment-variables-ubuntu:
github-actions-environment-variable-permissions-config:
runs-on: ubuntu-latest
steps:
- name: List of the GitHub Actions environment variables on Windows
run: env
- name: Debug PERMISSIONS_CONFIG
run: |
echo "Permissions Config: ${{ vars.PERMISSIONS_CONFIG }}"
golangci:
name: lint
runs-on: ubuntu-latest
Expand Down

0 comments on commit 413fb12

Please sign in to comment.