Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeeshi committed Jun 23, 2024
1 parent 55a0c89 commit 264d871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ on:

jobs:
build-test-release:
name: Build, test and release
name: Build, test, and release
runs-on: ubuntu-latest
env:
github-token: ${{secrets.MY_GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.MY_GITHUB_TOKEN}}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 264d871

Please sign in to comment.