Skip to content

Commit df8aba7

Browse files
committed
Debug
1 parent b483668 commit df8aba7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/sharing-smart-contract-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jobs:
5050
with:
5151
node-version: 18
5252

53-
# Run deployment steps.
53+
# Deploy and verify contract.
5454
deploy:
5555
needs: ci
5656
runs-on: ubuntu-latest
5757
permissions:
58-
contents: write # Required for saving deployment
58+
contents: write # Required to commit deployment files.
5959
environment: ${{ inputs.environment }}
6060
steps:
6161
- name: Set environment variables

.github/workflows/sharing-smart-contracts-reusable.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
build-and-test:
1414
runs-on: ubuntu-latest
1515
permissions:
16-
contents: write
17-
security-events: write
16+
security-events: write # Required for SARIF upload.
1817

1918
steps:
2019
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)