Skip to content

Commit

Permalink
Prints env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
cveticm committed Dec 24, 2024
1 parent ee265dc commit e4bd096
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/code-health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,18 @@ permissions:
pull-requests: write # For PR-specific operations
issues: write # For commenting functionality
jobs:
github-actions-environment-variables-ubuntu:
runs-on: ubuntu-latest
steps:
- name: List of the GitHub Actions environment variables on Windows
run: env
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
Expand All @@ -40,6 +47,8 @@ jobs:
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
if: ${{ matrix.os=='ubuntu-latest' }}
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit e4bd096

Please sign in to comment.