Skip to content

Commit a151100

Browse files
committed
Add ACTIONS_RUNTIME_TOKEN to build job and fix README punctuation
1 parent 28d9eba commit a151100

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
build-and-pack:
1010
runs-on: windows-latest
11+
env:
12+
ACTIONS_RUNTIME_TOKEN: ${{ secrets.ACTIONS_RUNTIME_TOKEN }}
1113
steps:
1214
- name: Checkout code
1315
uses: actions/checkout@v4

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# <img src="source/icon.png" width=32> Free Game Notifications Plugin
44
This plugin periodically checks the Epic Games Store for free games and gives you a notification when there's a free game to claim that you don't already own.
55

6-
Clicking the notification brings you to the game page so you can claim it
6+
Clicking the notification brings you to the game page so you can claim it.
77

88
## Todo
99
Eventually I would like to support checking other game stores

0 commit comments

Comments
 (0)