Skip to content

Commit

Permalink
Removing env checks
Browse files Browse the repository at this point in the history
  • Loading branch information
skduncan committed Oct 17, 2024
1 parent 73ea0c3 commit 2c36473
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/github-actions-check-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ on:
jobs:
Checking-Labels:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./playbook
env:
GEM_HOST_API_KEY: ${{ secrets.RUBYGEMS_API_KEY }}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
steps:
- name: Check for Semver label
run: |
Expand Down

0 comments on commit 2c36473

Please sign in to comment.