Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Aug 19, 2024
1 parent eb952cf commit 0423839
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Workflow-Test-Default-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
statuses: write

env:
GITHUB_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ github.token }}

jobs:
WorkflowTestCIDefault:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Workflow-Test-Default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:
id-token: write

env:
GITHUB_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ github.token }}

jobs:
WorkflowTestDefault:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Workflow-Test-WithManifest-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
statuses: write

env:
GITHUB_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ github.token }}

jobs:
WorkflowTestCIWithManifest:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Workflow-Test-WithManifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:
id-token: write

env:
GITHUB_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ github.token }}

jobs:
WorkflowTestWithManifest:
Expand Down

0 comments on commit 0423839

Please sign in to comment.