Skip to content

Commit

Permalink
use on same step
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmenezes committed Feb 19, 2024
1 parent 92e0adc commit 38a0e20
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install gh extension
- name: Install gh extension and create secret
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand All @@ -41,11 +41,6 @@ jobs:
else
gh extension upgrade gh-env-to-repo
fi
- name: Create secret
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh env-to-repo endersonmenezes gh-env-to-repo
proof-of-concept:
Expand Down

0 comments on commit 38a0e20

Please sign in to comment.