Skip to content

Commit

Permalink
feat(gh-username-placeholder-replacement):
Browse files Browse the repository at this point in the history
- added github token
  • Loading branch information
Flaxoos committed Apr 30, 2024
1 parent ac08b5a commit 0496f36
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/set_student_username.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
fork:
create:

permissions:
contents: write

jobs:
set-student-username:
runs-on: ubuntu-latest
Expand All @@ -25,4 +28,5 @@ jobs:
- name: Add & Commit
uses: EndBug/[email protected]
with:
message: "Set student username"
message: "Set student username"
github_token: ${{ secrets.IDO_ALL_PAT }}

0 comments on commit 0496f36

Please sign in to comment.