Skip to content

Commit

Permalink
ci: set action permission to update env
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Mar 14, 2024
1 parent b3ea53e commit e784476
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update_wallet_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ jobs:
ready-for-release:
name: Update ckb node assume valid target
runs-on: ubuntu-latest
environment: neuron-bot
permissions:
pull-requests: write # open PR
contents: write # update version files
if: ${{ startsWith(github.ref_name, 'rc/') }}
steps:
- name: Create Branch
Expand Down

2 comments on commit e784476

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 8283543950

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 8283578926

Please sign in to comment.