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

Commit

Permalink
Swap to using GLOBAL_CLASSROOM_ORG_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
mockra committed Sep 11, 2023
1 parent 0f79722 commit 089a2e6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/0-welcome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
- name: Update to step 1
uses: skills/action-update-step@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GLOBAL_CLASSROOM_ORG_TOKEN }}
from_step: 0
to_step: 1
2 changes: 1 addition & 1 deletion .github/workflows/1-copilot-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
- name: Update to step 2
uses: skills/action-update-step@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GLOBAL_CLASSROOM_ORG_TOKEN }}
from_step: 1
to_step: 2
2 changes: 1 addition & 1 deletion .github/workflows/2-skills-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:
- name: Update to step 3
uses: skills/action-update-step@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GLOBAL_CLASSROOM_ORG_TOKEN }}
from_step: 2
to_step: 3
2 changes: 1 addition & 1 deletion .github/workflows/3-copilot-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:
- name: Update to step 4
uses: skills/action-update-step@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GLOBAL_CLASSROOM_ORG_TOKEN }}
from_step: 3
to_step: 4
2 changes: 1 addition & 1 deletion .github/workflows/4-copilot-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:
- name: Update to step X
uses: skills/action-update-step@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GLOBAL_CLASSROOM_ORG_TOKEN }}
from_step: 4
to_step: X

0 comments on commit 089a2e6

Please sign in to comment.