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

Commit

Permalink
Merge pull request #2 from education/mockra/update-workflow-tokens
Browse files Browse the repository at this point in the history
Swap to using GLOBAL_CLASSROOM_ORG_TOKEN
  • Loading branch information
mockra authored Sep 11, 2023
2 parents 0f79722 + 089a2e6 commit e085dd9
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 e085dd9

Please sign in to comment.