Skip to content

Commit

Permalink
Print env on GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcasals committed Apr 10, 2020
1 parent 5c6687d commit 0b91f93
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_accountability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: "github.ref != 'refs/heads/master' || github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- run: printenv | grep -v "GITHUB_TOKEN"
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: "github.ref != 'refs/heads/master' || github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- run: printenv | grep -v "GITHUB_TOKEN"
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: "github.ref != 'refs/heads/master' || github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- run: printenv | grep -v "GITHUB_TOKEN"
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_assemblies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: "github.ref != 'refs/heads/master' || github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- run: printenv | grep -v "GITHUB_TOKEN"
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_blogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: "github.ref != 'refs/heads/master' || github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- run: printenv | grep -v "GITHUB_TOKEN"
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_budgets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: "github.ref != 'refs/heads/master' || github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- run: printenv | grep -v "GITHUB_TOKEN"
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
if: "github.ref != 'refs/heads/master' || github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- run: printenv | grep -v "GITHUB_TOKEN"
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_conferences.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: "github.ref != 'refs/heads/master' || github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- run: printenv | grep -v "GITHUB_TOKEN"
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_consultations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
if: "github.ref != 'refs/heads/master' || github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- run: printenv | grep -v "GITHUB_TOKEN"
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: "github.ref != 'refs/heads/master' || github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- run: printenv | grep -v "GITHUB_TOKEN"
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_debates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: "github.ref != 'refs/heads/master' || github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- run: printenv | grep -v "GITHUB_TOKEN"
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_forms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: "github.ref != 'refs/heads/master' || github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- run: printenv | grep -v "GITHUB_TOKEN"
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: "github.ref != 'refs/heads/master' || github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- run: printenv | grep -v "GITHUB_TOKEN"
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_initiatives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: "github.ref != 'refs/heads/master' || github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- run: printenv | grep -v "GITHUB_TOKEN"
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
if: "github.ref != 'refs/heads/master' || github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- run: printenv | grep -v "GITHUB_TOKEN"
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_meetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: "github.ref != 'refs/heads/master' || github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- run: printenv | grep -v "GITHUB_TOKEN"
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: "github.ref != 'refs/heads/master' || github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- run: printenv | grep -v "GITHUB_TOKEN"
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_participatory_processes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: "github.ref != 'refs/heads/master' || github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- run: printenv | grep -v "GITHUB_TOKEN"
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_proposals_system_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: "github.ref != 'refs/heads/master' || github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- run: printenv | grep -v "GITHUB_TOKEN"
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_proposals_system_public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: "github.ref != 'refs/heads/master' || github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- run: printenv | grep -v "GITHUB_TOKEN"
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_proposals_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: "github.ref != 'refs/heads/master' || github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- run: printenv | grep -v "GITHUB_TOKEN"
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_sortitions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: "github.ref != 'refs/heads/master' || github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- run: printenv | grep -v "GITHUB_TOKEN"
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_surveys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: "github.ref != 'refs/heads/master' || github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- run: printenv | grep -v "GITHUB_TOKEN"
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: "github.ref != 'refs/heads/master' || github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- run: printenv | grep -v "GITHUB_TOKEN"
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_verifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
if: "github.ref != 'refs/heads/master' || github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- run: printenv | grep -v "GITHUB_TOKEN"
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
if: "github.ref != 'refs/heads/master' || github.ref != 'refs/heads/develop'"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- run: printenv | grep -v "GITHUB_TOKEN"
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 1
Expand Down

0 comments on commit 0b91f93

Please sign in to comment.