Skip to content

Commit

Permalink
add gh token
Browse files Browse the repository at this point in the history
  • Loading branch information
RomarQ committed Jan 25, 2025
1 parent 4c6e449 commit 81f8faa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-docker-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
permissions:
actions: read
contents: read
env:
GH_TOKEN: ${{ github.token }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/subxt-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
strategy:
matrix:
runtime: [moonbeam, moonbase, moonriver]
env:
GH_TOKEN: ${{ github.token }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 81f8faa

Please sign in to comment.