Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Add env
Browse files Browse the repository at this point in the history
  • Loading branch information
swedesjs committed May 10, 2022
1 parent 70aab4f commit 44048f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
build:
runs-on: ubuntu-latest

env:
TOKEN: ${{ secrets.VK_TOKEN }}

steps:
- uses: actions/checkout@v2

Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ build/
# https://dart.dev/guides/libraries/private-files#pubspeclock.
pubspec.lock
vk_library.iml
.idea/
.idea/
.env
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dev_dependencies:
json_serializable: ^6.1.5
build_runner: ^2.1.8
pedantic: ^1.11.1
dotenv: ^4.0.1
dependencies:
dio: ^4.0.4
json_annotation: ^4.5.0

0 comments on commit 44048f9

Please sign in to comment.