Skip to content

Commit

Permalink
Add permissions to GITHUB_TOKEN (#7422)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-deriv authored Jan 23, 2023
1 parent d0a1b6e commit 492a35b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/generate_app_id.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: Deriv App ID Generator

permissions:
actions: write
checks: write
contents: write
deployments: write
pull-requests: write
statuses: write

on:
issue_comment:
types: [edited]
Expand Down

1 comment on commit 492a35b

@vercel
Copy link

@vercel vercel bot commented on 492a35b Jan 23, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

deriv-app – ./

deriv-app-git-master.binary.sx
deriv-app.vercel.app
binary.sx
deriv-app.binary.sx

Please sign in to comment.